The Graph type exposes the following members.

Constructors

  NameDescription
Graph
Creates graph object

Methods

  NameDescription
AddHandlerOverloaded.
AddLogicalChild (Inherited from FrameworkElement.)
AddToEventRoute (Inherited from UIElement.)
AddVisualChild (Inherited from Visual.)
AdjustValue
Adjusts value based on RecalculateValues setting
ApplyAnimationClockOverloaded.
ApplyTemplate (Inherited from FrameworkElement.)
Arrange (Inherited from UIElement.)
ArrangeCore (Inherited from FrameworkElement.)
ArrangeOverride (Inherited from FrameworkElement.)
BeginAnimationOverloaded.
BeginInit (Inherited from FrameworkElement.)
BeginStoryboardOverloaded.
BringIntoViewOverloaded.
CaptureMouse (Inherited from UIElement.)
CaptureStylus (Inherited from UIElement.)
CheckAccess (Inherited from DispatcherObject.)
ClearValueOverloaded.
CoerceValue (Inherited from DependencyObject.)
EndInit (Inherited from FrameworkElement.)
Equals (Inherited from DependencyObject.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FindCommonVisualAncestor (Inherited from Visual.)
FindName (Inherited from FrameworkElement.)
FindResource (Inherited from FrameworkElement.)
Focus (Inherited from UIElement.)
GetAnimationBaseValue (Inherited from UIElement.)
GetBindingExpression (Inherited from FrameworkElement.)
GetHashCode (Inherited from DependencyObject.)
GetLayoutClip (Inherited from FrameworkElement.)
GetLocalValueEnumerator (Inherited from DependencyObject.)
GetMaximumValue
Returns maximum graph value for the specified period
GetMinimumValue
Returns minimum graph value for the specified period
GetPercentChange
Returns percentile difference between actual value and BaseValue
GetTemplateChild (Inherited from FrameworkElement.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetUIParentCore (Inherited from FrameworkElement.)
GetValue (Inherited from DependencyObject.)
GetValueAtDate
Returns value at specified date/time base on DataField and PeriodValue settings.
GetValueChange
Returns difference between actual value and BaseValue.
GetVisualChild (Inherited from FrameworkElement.)
HitTestCoreOverloaded.
InputHitTest (Inherited from UIElement.)
InvalidateArrange (Inherited from UIElement.)
InvalidateMeasure (Inherited from UIElement.)
InvalidateProperty (Inherited from DependencyObject.)
InvalidateVisual (Inherited from UIElement.)
IsAncestorOf (Inherited from Visual.)
IsDescendantOf (Inherited from Visual.)
Measure (Inherited from UIElement.)
MeasureCore (Inherited from FrameworkElement.)
MeasureOverride (Inherited from FrameworkElement.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
MoveFocus (Inherited from FrameworkElement.)
OnAccessKey (Inherited from UIElement.)
OnApplyTemplate (Inherited from FrameworkElement.)
OnChildDesiredSizeChanged (Inherited from UIElement.)
OnContextMenuClosing (Inherited from FrameworkElement.)
OnContextMenuOpening (Inherited from FrameworkElement.)
OnCreateAutomationPeer (Inherited from UIElement.)
OnDragEnter (Inherited from UIElement.)
OnDragLeave (Inherited from UIElement.)
OnDragOver (Inherited from UIElement.)
OnDrop (Inherited from UIElement.)
OnGiveFeedback (Inherited from UIElement.)
OnGotFocus (Inherited from FrameworkElement.)
OnGotKeyboardFocus (Inherited from UIElement.)
OnGotMouseCapture (Inherited from UIElement.)
OnGotStylusCapture (Inherited from UIElement.)
OnInitialized (Inherited from FrameworkElement.)
OnIsKeyboardFocusedChanged (Inherited from UIElement.)
OnIsKeyboardFocusWithinChanged (Inherited from UIElement.)
OnIsMouseCapturedChanged (Inherited from UIElement.)
OnIsMouseCaptureWithinChanged (Inherited from UIElement.)
OnIsMouseDirectlyOverChanged (Inherited from UIElement.)
OnIsStylusCapturedChanged (Inherited from UIElement.)
OnIsStylusCaptureWithinChanged (Inherited from UIElement.)
OnIsStylusDirectlyOverChanged (Inherited from UIElement.)
OnKeyDown (Inherited from UIElement.)
OnKeyUp (Inherited from UIElement.)
OnLostFocus (Inherited from UIElement.)
OnLostKeyboardFocus (Inherited from UIElement.)
OnLostMouseCapture (Inherited from UIElement.)
OnLostStylusCapture (Inherited from UIElement.)
OnMouseDown (Inherited from UIElement.)
OnMouseEnter (Inherited from UIElement.)
OnMouseLeave (Inherited from UIElement.)
OnMouseLeftButtonDown (Inherited from UIElement.)
OnMouseLeftButtonUp (Inherited from UIElement.)
OnMouseMove (Inherited from UIElement.)
OnMouseRightButtonDown (Inherited from UIElement.)
OnMouseRightButtonUp (Inherited from UIElement.)
OnMouseUp (Inherited from UIElement.)
OnMouseWheel (Inherited from UIElement.)
OnPreviewDragEnter (Inherited from UIElement.)
OnPreviewDragLeave (Inherited from UIElement.)
OnPreviewDragOver (Inherited from UIElement.)
OnPreviewDrop (Inherited from UIElement.)
OnPreviewGiveFeedback (Inherited from UIElement.)
OnPreviewGotKeyboardFocus (Inherited from UIElement.)
OnPreviewKeyDown (Inherited from UIElement.)
OnPreviewKeyUp (Inherited from UIElement.)
OnPreviewLostKeyboardFocus (Inherited from UIElement.)
OnPreviewMouseDown (Inherited from UIElement.)
OnPreviewMouseLeftButtonDown (Inherited from UIElement.)
OnPreviewMouseLeftButtonUp (Inherited from UIElement.)
OnPreviewMouseMove (Inherited from UIElement.)
OnPreviewMouseRightButtonDown (Inherited from UIElement.)
OnPreviewMouseRightButtonUp (Inherited from UIElement.)
OnPreviewMouseUp (Inherited from UIElement.)
OnPreviewMouseWheel (Inherited from UIElement.)
OnPreviewQueryContinueDrag (Inherited from UIElement.)
OnPreviewStylusButtonDown (Inherited from UIElement.)
OnPreviewStylusButtonUp (Inherited from UIElement.)
OnPreviewStylusDown (Inherited from UIElement.)
OnPreviewStylusInAirMove (Inherited from UIElement.)
OnPreviewStylusInRange (Inherited from UIElement.)
OnPreviewStylusMove (Inherited from UIElement.)
OnPreviewStylusOutOfRange (Inherited from UIElement.)
OnPreviewStylusSystemGesture (Inherited from UIElement.)
OnPreviewStylusUp (Inherited from UIElement.)
OnPreviewTextInput (Inherited from UIElement.)
OnPropertyChanged (Inherited from FrameworkElement.)
OnQueryContinueDrag (Inherited from UIElement.)
OnQueryCursor (Inherited from UIElement.)
OnRender
Renders graph
(Overrides UIElement..::.OnRender(DrawingContext).)
OnRenderSizeChanged (Inherited from FrameworkElement.)
OnStyleChanged (Inherited from FrameworkElement.)
OnStylusButtonDown (Inherited from UIElement.)
OnStylusButtonUp (Inherited from UIElement.)
OnStylusDown (Inherited from UIElement.)
OnStylusEnter (Inherited from UIElement.)
OnStylusInAirMove (Inherited from UIElement.)
OnStylusInRange (Inherited from UIElement.)
OnStylusLeave (Inherited from UIElement.)
OnStylusMove (Inherited from UIElement.)
OnStylusOutOfRange (Inherited from UIElement.)
OnStylusSystemGesture (Inherited from UIElement.)
OnStylusUp (Inherited from UIElement.)
OnTextInput (Inherited from UIElement.)
OnToolTipClosing (Inherited from FrameworkElement.)
OnToolTipOpening (Inherited from FrameworkElement.)
OnVisualChildrenChanged (Inherited from Visual.)
OnVisualParentChanged (Inherited from FrameworkElement.)
ParentLayoutInvalidated (Inherited from FrameworkElement.)
PointFromScreen (Inherited from Visual.)
PointToScreen (Inherited from Visual.)
PredictFocus (Inherited from FrameworkElement.)
RaiseEvent (Inherited from UIElement.)
ReadLocalValue (Inherited from DependencyObject.)
RegisterName (Inherited from FrameworkElement.)
ReleaseMouseCapture (Inherited from UIElement.)
ReleaseStylusCapture (Inherited from UIElement.)
RemoveHandler (Inherited from UIElement.)
RemoveLogicalChild (Inherited from FrameworkElement.)
RemoveVisualChild (Inherited from Visual.)
RenderGraph
Renders graph
SetBindingOverloaded.
SetResourceReference (Inherited from FrameworkElement.)
SetValueOverloaded.
ShouldSerializeCommandBindings (Inherited from UIElement.)
ShouldSerializeInputBindings (Inherited from UIElement.)
ShouldSerializeProperty (Inherited from DependencyObject.)
ShouldSerializeResources (Inherited from FrameworkElement.)
ShouldSerializeStyle (Inherited from FrameworkElement.)
ShouldSerializeTriggers (Inherited from FrameworkElement.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
TransformToAncestorOverloaded.
TransformToDescendant (Inherited from Visual.)
TransformToVisual (Inherited from Visual.)
TranslatePoint (Inherited from UIElement.)
TryFindResource (Inherited from FrameworkElement.)
UnregisterName (Inherited from FrameworkElement.)
UpdateLayout (Inherited from UIElement.)
VerifyAccess (Inherited from DispatcherObject.)

Fields

  NameDescription
AutoSkipValuesProperty
Identifies AutoSkipValues dependency property.
BrushProperty
Identifies Brush dependency property
BulletBrushProperty
Identifies BulletBrush dependency property
BulletSizeProperty
Identifies BulletSize dependency property
BulletTypeProperty
Identifies BulletType dependency property
CalculatedBrushProperty
Identifies CalculatedBrush dependency property.
ComparisonDataFieldProperty
Identifies ComparisonDataField dependency property.
ConnectOverGapsProperty
Identifies ConnectOverGaps dependency property.
CurrentDataItemProperty
Identifies CurrentDataItem dependency property.
CurrentDateTimeProperty
Identifies CurrentDateTime dependency property.
CursorBrushProperty
Identifies CursorBrush dependency property.
CursorSizeProperty
Identifies CursorSize dependency property.
DashArrayProperty
Identifies DashArray dependency property
DataFieldProperty
Identifies DataField dependency property.
DataSetIDProperty
Identifies DataSetID dependency property.
DataSetProperty
Identifies DataSet dependency property.
FillProperty
Identifies Fill dependency property
GraphTypeProperty
Identifies GraphType dependency property.
IsFilledProperty
Identifies IsFilled dependency property.
IsIncludedInMinMaxCalculationsProperty
Identifies IsIncludedInMinMaxCalculations dependency property
LegendCloseLabelTextProperty
Identifies LegendCloseLabelText dependency property.
LegendHighLabelTextProperty
Identifies LegendHighLabelText dependency property.
LegendItemTypeProperty
Identifies LegendItemType dependency property.
LegendLowLabelTextProperty
Identifies LegendLowLabelText dependency property.
LegendOpenLabelTextProperty
Identifies LegendOpenLabelText dependency property.
LegendPeriodItemTypeProperty
Identifies LegendPeriodItemType dependency property.
LegendPeriodValueFormatStringProperty
Identifies LegendPeriodValueFormatString dependency property.
LegendValueFormatStringProperty
Identifies LegendValueFormatString dependency property.
LegendValueLabelTextProperty
Identifies LegendValueLabelText dependency property.
LineThicknessProperty
Identifies LineThickness dependency property
NegativeBrushProperty
Identifies NegativeBrush dependency property
PeriodValueProperty
Identifies PeriodValue dependency property.
PositiveBrushProperty
Identifies PositiveBrush dependency property
ShowDataSetEventsProperty
Identifies ShowDataSetEvents dependency property.
ShowLegendKeyProperty
Identifies ShowLegendKey dependency property.
ShowLegendTitleProperty
Identifies ShowLegendTitle dependency property.
TitleProperty
Identifies Title dependency property.
UsePositiveNegativeBrushForColumnsProperty
Identifies UsePositiveNegativeBrushForColumns dependency property
ValueAxisProperty
Identifies ValueAxis dependency property.

Properties

  NameDescription
ActiveDataSet
Gets AggregateDataSet for the current grouping interval.
ActualHeight (Inherited from FrameworkElement.)
ActualWidth (Inherited from FrameworkElement.)
AllowDrop (Inherited from UIElement.)
AutoSkipValues
Gets or sets whether graph is allowed to skip items if there are more visible items than width of plot area. The default is false. This is a dependency property.
BaseValue
Returns base value for recalculation operations
BindingGroup (Inherited from FrameworkElement.)
BitmapEffect Obsolete. (Inherited from UIElement.)
BitmapEffectInput Obsolete. (Inherited from UIElement.)
Brush
Gets or sets main graph brush. If this is not set (null - the default) DataSet's brush is used. This is a dependency property.
BulletBrush
Gets or sets bullet brush. If this is not set (null - the default) graph's brush is used. This is a dependency property.
BulletSize
Gets or sets bullet size. The default is 6 units. This is a dependency property.
BulletType
Gets or sets bullet type. The default is None. This is a dependency property.
CalculatedBrush
Gets actual Brush that is used to draw the graph. This is a dependency property.
Chart
Gets Chart to which this graph belongs.
Clip (Inherited from UIElement.)
ClipToBounds (Inherited from UIElement.)
CommandBindings (Inherited from UIElement.)
ComparisonDataField
Gets or sets data field used as data field for comparison graphs. Set to null (the default) to use field specified in DataField This is a dependency property.
ConnectOverGaps
Gets or sets value specifying if lines should be drawn between previous available and next available data item if there's a gap in data. Applies to line and step line graphs only. The default is true. This is a dependency property.
ContextMenu (Inherited from FrameworkElement.)
CurrentDataItem
Gets or sets currently active (hovered) data item. The default is null. This is a dependency property.
CurrentDateTime
Gets or sets currently active (hovered) date/time. The default is null. This is a dependency property.
Cursor (Inherited from FrameworkElement.)
CursorBrush
Gets or sets brush for the cursor indicator. If this is not set (the default) graph's main brush is used. This is a dependency property.
CursorSize
Gets or sets size of the cursor indicator. The default is 10. This is a dependency property.
DashArray
Gets or sets line/outline dash array This is a dependency property.
DataContext (Inherited from FrameworkElement.)
DataField
Gets or sets data field used as main data field of the chart. It is used to draw single value graphs (line, step, column), calculate cursor position, etc. The default is Value. This is a dependency property.
DataSet
Gets or sets DataSet with which this graph is associated. If this is not set, MainDataSet is used. The default is . This is a dependency property.
DataSetID
Gets or sets identifier of DataSet with which this graph is associated. If this is not set, MainDataSet is used. The default is String.Empty. This is a dependency property.
DefaultStyleKey (Inherited from FrameworkElement.)
DependencyObjectType (Inherited from DependencyObject.)
DesiredSize (Inherited from UIElement.)
Dispatcher (Inherited from DispatcherObject.)
Effect (Inherited from UIElement.)
EventBullets
Holds custom graph's event bullets (not associated with any data set)
Fill
Gets or sets fill brush. If this is not set (null - the default) main Brush is used in Column graph, null (no fill) in Line. This is a dependency property.
FlowDirection (Inherited from FrameworkElement.)
Focusable (Inherited from UIElement.)
FocusVisualStyle (Inherited from FrameworkElement.)
ForceCursor (Inherited from FrameworkElement.)
GraphType
Gets or sets the type of this graph. The default is Line. This is a dependency property.
HasAnimatedProperties (Inherited from UIElement.)
Height (Inherited from FrameworkElement.)
HorizontalAlignment (Inherited from FrameworkElement.)
InheritanceBehavior (Inherited from FrameworkElement.)
InputBindings (Inherited from UIElement.)
InputScope (Inherited from FrameworkElement.)
IsArrangeValid (Inherited from UIElement.)
IsCompareGraph
Gets value indicating whether this grap is automatically created comparison graph.
IsEnabled (Inherited from UIElement.)
IsEnabledCore (Inherited from UIElement.)
IsFilled
If this is set to true and Fill property is not set, semi-transparent copy of the main Brush is used to fill area graph. The default is false. This is a dependency property.
IsFocused (Inherited from UIElement.)
IsHitTestVisible (Inherited from UIElement.)
IsIncludedInMinMaxCalculations
Gets or sets value specifying whether this graph should be considered when calculating minimum and maximum values for the axis. The default is true. This is a dependency property.
IsInitialized (Inherited from FrameworkElement.)
IsInputMethodEnabled (Inherited from UIElement.)
IsKeyboardFocused (Inherited from UIElement.)
IsKeyboardFocusWithin (Inherited from UIElement.)
IsLoaded (Inherited from FrameworkElement.)
IsMeasureValid (Inherited from UIElement.)
IsMouseCaptured (Inherited from UIElement.)
IsMouseCaptureWithin (Inherited from UIElement.)
IsMouseDirectlyOver (Inherited from UIElement.)
IsMouseOver (Inherited from UIElement.)
IsSealed (Inherited from DependencyObject.)
IsSingleValueGraph
True if graph is single value graph (Line, Column, Step, etc.), false if multivalue (Ohlc, Candlestick, etc.)
IsStylusCaptured (Inherited from UIElement.)
IsStylusCaptureWithin (Inherited from UIElement.)
IsStylusDirectlyOver (Inherited from UIElement.)
IsStylusOver (Inherited from UIElement.)
IsVisible (Inherited from UIElement.)
LayoutTransform (Inherited from FrameworkElement.)
Language (Inherited from FrameworkElement.)
LegendCloseLabelText
Gets or sets text for the label of close field in legend. The default is "close: ". This is a dependency property.
LegendHighLabelText
Gets or sets text for the label of high field in legend. The default is "high: ". This is a dependency property.
LegendItemType
Gets or sets legend item type for this graph when there's CurrentDataItem set. The default is Value. This is a dependency property.
LegendLowLabelText
Gets or sets text for the label of low field in legend. The default is "low: ". This is a dependency property.
LegendOpenLabelText
Gets or sets text for the label of open field in legend. The default is "open: ". This is a dependency property.
LegendPeriodItemType
Gets or sets legend item type for this graph when there's CurrentDataItem is not set. The default is OpenClose. This is a dependency property.
LegendPeriodValueFormatString
Gets or sets formatting string for values in legend when no current data point is set. The default is null - use LegendValueFormatString. This is a dependency property.
LegendValueFormatString
Gets or sets formatting string for values in legend. The default is "0.##". This is a dependency property.
LegendValueLabelText
Gets or sets text for the label of value field in legend. The default is "value: ". This is a dependency property.
LineThickness
Gets or sets graph line thickness. The default is 1 unit. This is a dependency property.
LogicalChildren (Inherited from FrameworkElement.)
Margin (Inherited from FrameworkElement.)
MaxHeight (Inherited from FrameworkElement.)
MaxWidth (Inherited from FrameworkElement.)
MinHeight (Inherited from FrameworkElement.)
MinWidth (Inherited from FrameworkElement.)
Name (Inherited from FrameworkElement.)
NegativeBrush
Gets or sets brush for negative change in candlestick and OHLC charts. The default is #CC0000. This is a dependency property.
Opacity (Inherited from UIElement.)
OpacityMask (Inherited from UIElement.)
OverridesDefaultStyle (Inherited from FrameworkElement.)
Parent (Inherited from FrameworkElement.)
PeriodValue
Gets or sets a setting specifying which value should be used or what operation applied when data is grouped into longer periods. The default is Last. This is a dependency property.
PersistId Obsolete. (Inherited from UIElement.)
PositiveBrush
Gets or sets brush for positive change in candlestick and OHLC charts. The default is #00CC00. This is a dependency property.
RenderSize (Inherited from UIElement.)
RenderTransform (Inherited from UIElement.)
RenderTransformOrigin (Inherited from UIElement.)
Resources (Inherited from FrameworkElement.)
ShowDataSetEvents
Gets or sets setting indicating whether event bullets defined in data set should be shown on graph. The default is false. This is a dependency property.
ShowLegendKey
Gets or sets whether key (colored circle) should be displayed in legend for this graph. The default is true. This is a dependency property.
ShowLegendTitle
Gets or sets whether title should be shown in legend for this graph. The default is true. This is a dependency property.
SnapsToDevicePixels (Inherited from UIElement.)
Style (Inherited from FrameworkElement.)
StylusPlugIns (Inherited from UIElement.)
Tag (Inherited from FrameworkElement.)
TemplatedParent (Inherited from FrameworkElement.)
Title
Title of the graph which is displayed in Legend. If this is null or empty DataSet ShortTitle is displayed instead. The default is String.Empty. This is a dependency property.
ToolTip (Inherited from FrameworkElement.)
Triggers (Inherited from FrameworkElement.)
Uid (Inherited from UIElement.)
UsePositiveNegativeBrushForColumns
Gets or sets brush setting specifying if PositiveBrush and NegativeBrush should be used instead of Fill in Column graph. The default is false. This is a dependency property.
ValueAxis
Gets or sets value specifying location of the axis to which this graph belongs. The default value is Left. This is a dependency property.
VerticalAlignment (Inherited from FrameworkElement.)
Visibility (Inherited from UIElement.)
VisibleDataItems
Gets list of currently visible data items
VisualBitmapEffect Obsolete. (Inherited from Visual.)
VisualBitmapEffectInput Obsolete. (Inherited from Visual.)
VisualBitmapScalingMode (Inherited from Visual.)
VisualChildrenCount (Inherited from FrameworkElement.)
VisualClip (Inherited from Visual.)
VisualEdgeMode (Inherited from Visual.)
VisualEffect (Inherited from Visual.)
VisualYSnappingGuidelines (Inherited from Visual.)
VisualOffset (Inherited from Visual.)
VisualOpacity (Inherited from Visual.)
VisualOpacityMask (Inherited from Visual.)
VisualParent (Inherited from Visual.)
VisualTransform (Inherited from Visual.)
VisualXSnappingGuidelines (Inherited from Visual.)
Width (Inherited from FrameworkElement.)

Events

  NameDescription
ContextMenuClosing (Inherited from FrameworkElement.)
ContextMenuOpening (Inherited from FrameworkElement.)
DataContextChanged (Inherited from FrameworkElement.)
DragEnter (Inherited from UIElement.)
DragLeave (Inherited from UIElement.)
DragOver (Inherited from UIElement.)
Drop (Inherited from UIElement.)
FocusableChanged (Inherited from UIElement.)
GiveFeedback (Inherited from UIElement.)
GotFocus (Inherited from UIElement.)
GotKeyboardFocus (Inherited from UIElement.)
GotMouseCapture (Inherited from UIElement.)
GotStylusCapture (Inherited from UIElement.)
Initialized (Inherited from FrameworkElement.)
IsEnabledChanged (Inherited from UIElement.)
IsHitTestVisibleChanged (Inherited from UIElement.)
IsKeyboardFocusedChanged (Inherited from UIElement.)
IsKeyboardFocusWithinChanged (Inherited from UIElement.)
IsMouseCapturedChanged (Inherited from UIElement.)
IsMouseCaptureWithinChanged (Inherited from UIElement.)
IsMouseDirectlyOverChanged (Inherited from UIElement.)
IsStylusCapturedChanged (Inherited from UIElement.)
IsStylusCaptureWithinChanged (Inherited from UIElement.)
IsStylusDirectlyOverChanged (Inherited from UIElement.)
IsVisibleChanged (Inherited from UIElement.)
KeyDown (Inherited from UIElement.)
KeyUp (Inherited from UIElement.)
LayoutUpdated (Inherited from UIElement.)
Loaded (Inherited from FrameworkElement.)
LostFocus (Inherited from UIElement.)
LostKeyboardFocus (Inherited from UIElement.)
LostMouseCapture (Inherited from UIElement.)
LostStylusCapture (Inherited from UIElement.)
MouseDown (Inherited from UIElement.)
MouseEnter (Inherited from UIElement.)
MouseLeave (Inherited from UIElement.)
MouseLeftButtonDown (Inherited from UIElement.)
MouseLeftButtonUp (Inherited from UIElement.)
MouseMove (Inherited from UIElement.)
MouseRightButtonDown (Inherited from UIElement.)
MouseRightButtonUp (Inherited from UIElement.)
MouseUp (Inherited from UIElement.)
MouseWheel (Inherited from UIElement.)
PreviewDragEnter (Inherited from UIElement.)
PreviewDragLeave (Inherited from UIElement.)
PreviewDragOver (Inherited from UIElement.)
PreviewDrop (Inherited from UIElement.)
PreviewGiveFeedback (Inherited from UIElement.)
PreviewGotKeyboardFocus (Inherited from UIElement.)
PreviewKeyDown (Inherited from UIElement.)
PreviewKeyUp (Inherited from UIElement.)
PreviewLostKeyboardFocus (Inherited from UIElement.)
PreviewMouseDown (Inherited from UIElement.)
PreviewMouseLeftButtonDown (Inherited from UIElement.)
PreviewMouseLeftButtonUp (Inherited from UIElement.)
PreviewMouseMove (Inherited from UIElement.)
PreviewMouseRightButtonDown (Inherited from UIElement.)
PreviewMouseRightButtonUp (Inherited from UIElement.)
PreviewMouseUp (Inherited from UIElement.)
PreviewMouseWheel (Inherited from UIElement.)
PreviewQueryContinueDrag (Inherited from UIElement.)
PreviewStylusButtonDown (Inherited from UIElement.)
PreviewStylusButtonUp (Inherited from UIElement.)
PreviewStylusDown (Inherited from UIElement.)
PreviewStylusInAirMove (Inherited from UIElement.)
PreviewStylusInRange (Inherited from UIElement.)
PreviewStylusMove (Inherited from UIElement.)
PreviewStylusOutOfRange (Inherited from UIElement.)
PreviewStylusSystemGesture (Inherited from UIElement.)
PreviewStylusUp (Inherited from UIElement.)
PreviewTextInput (Inherited from UIElement.)
QueryContinueDrag (Inherited from UIElement.)
QueryCursor (Inherited from UIElement.)
RequestBringIntoView (Inherited from FrameworkElement.)
SizeChanged (Inherited from FrameworkElement.)
SourceUpdated (Inherited from FrameworkElement.)
StylusButtonDown (Inherited from UIElement.)
StylusButtonUp (Inherited from UIElement.)
StylusDown (Inherited from UIElement.)
StylusEnter (Inherited from UIElement.)
StylusInAirMove (Inherited from UIElement.)
StylusInRange (Inherited from UIElement.)
StylusLeave (Inherited from UIElement.)
StylusMove (Inherited from UIElement.)
StylusOutOfRange (Inherited from UIElement.)
StylusSystemGesture (Inherited from UIElement.)
StylusUp (Inherited from UIElement.)
TargetUpdated (Inherited from FrameworkElement.)
TextInput (Inherited from UIElement.)
ToolTipClosing (Inherited from FrameworkElement.)
ToolTipOpening (Inherited from FrameworkElement.)
Unloaded (Inherited from FrameworkElement.)

See Also