For a list of all members of this type, see GridView members.
Name | Description | |
---|---|---|
AddHandler | Overloaded. Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. (Inherited from System.Windows.ContentElement) | |
AddToEventRoute | Adds handlers to the specified System.Windows.EventRoute for the current System.Windows.ContentElement event handler collection. (Inherited from System.Windows.ContentElement) | |
ApplyAnimationClock | Overloaded. Applies an animation to a specified dependency property on this element. Any existing animations are stopped and replaced with the new animation. (Inherited from System.Windows.ContentElement) | |
BeginAnimation | Overloaded. Starts an animation for a specified animated property on this element. (Inherited from System.Windows.ContentElement) | |
BeginInit | Called before an element is initialized. (Inherited from System.Windows.FrameworkContentElement) | |
BeginStoryboard | Overloaded. Begins the sequence of actions that are contained in the provided storyboard. (Inherited from System.Windows.FrameworkContentElement) | |
BringIntoView | Attempts to bring this element into view, within any scrollable regions it is contained within. (Inherited from System.Windows.FrameworkContentElement) | |
CaptureMouse | Attempts to force capture of the mouse to this element. (Inherited from System.Windows.ContentElement) | |
CaptureStylus | Attempts to force capture of the stylus to this element. (Inherited from System.Windows.ContentElement) | |
CaptureTouch | Attempts to force capture of a touch to this element. (Inherited from System.Windows.ContentElement) | |
ClearValue | Overloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject) | |
CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
EndInit | Called immediately after an element is initialized. (Inherited from System.Windows.FrameworkContentElement) | |
Equals | (Inherited from System.Windows.DependencyObject) | |
FindName | (Inherited from System.Windows.FrameworkContentElement) | |
FindResource | Searches for a resource with the specified key, and will throw an exception if the requested resource is not found. (Inherited from System.Windows.FrameworkContentElement) | |
Focus | Attempts to set focus to this element. (Inherited from System.Windows.ContentElement) | |
GetAnimationBaseValue | Returns the base property value for the specified property on this element, disregarding any possible animated value from a running or stopped animation. (Inherited from System.Windows.ContentElement) | |
GetBindingExpression | Gets the System.Windows.Data.BindingExpression for the specified property's binding. (Inherited from System.Windows.FrameworkContentElement) | |
GetHashCode | Gets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
InvalidateProperty | (Inherited from System.Windows.DependencyObject) | |
MoveFocus | Moves the keyboard focus from this element to another element. (Inherited from System.Windows.FrameworkContentElement) | |
PredictFocus | Determines the next element that would receive focus relative to this element for a provided focus movement direction, but does not actually move the focus. This method is sealed and cannot be overridden. (Inherited from System.Windows.FrameworkContentElement) | |
RaiseEvent | (Inherited from System.Windows.ContentElement) | |
ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject) | |
RegisterName | Provides an accessor that simplifies access to the System.Windows.NameScope registration method. (Inherited from System.Windows.FrameworkContentElement) | |
ReleaseAllTouchCaptures | Releases all captured touch devices from this element. (Inherited from System.Windows.ContentElement) | |
ReleaseMouseCapture | Releases the mouse capture, if this element held the capture. (Inherited from System.Windows.ContentElement) | |
ReleaseStylusCapture | Releases the stylus device capture, if this element held the capture. (Inherited from System.Windows.ContentElement) | |
ReleaseTouchCapture | Attempts to release the specified touch device from this element. (Inherited from System.Windows.ContentElement) | |
RemoveHandler | Removes the specified routed event handler from this element. (Inherited from System.Windows.ContentElement) | |
SetBinding | Overloaded. Attaches a binding to this element, based on the provided binding object. (Inherited from System.Windows.FrameworkContentElement) | |
SetCurrentValue | (Inherited from System.Windows.DependencyObject) | |
SetResourceReference | Searches for a resource with the specified name and sets up a resource reference to it for the specified property. (Inherited from System.Windows.FrameworkContentElement) | |
SetValue | Overloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject) | |
TryFindResource | Searches for a resource with the specified key, and returns that resource if found. (Inherited from System.Windows.FrameworkContentElement) | |
UnregisterName | Simplifies access to the System.Windows.NameScope de-registration method. (Inherited from System.Windows.FrameworkContentElement) | |
UpdateDefaultStyle | Reapplies the default style to the current System.Windows.FrameworkContentElement. (Inherited from System.Windows.FrameworkContentElement) |
Name | Description | |
---|---|---|
AddLogicalChild | Adds the provided element as a child of this element. (Inherited from System.Windows.FrameworkContentElement) | |
GetContainerForRecordPresenter | Returns an element that will wrap a RecordPresenter inside it. If no wrapper is required, the method should return null. (Inherited from Infragistics.Windows.DataPresenter.ViewBase) | |
GetFieldLayoutTemplateGenerator | Overridden. Gets a FieldLayoutTemplateGenerator derived class for generating an appropriate template for the specified layout in the current View. | |
GetUIParentCore | Returns an alternative logical parent for this element if there is no visual parent. In this case, a System.Windows.FrameworkContentElement parent is always the same value as the System.Windows.FrameworkContentElement.Parent property. (Inherited from System.Windows.FrameworkContentElement) | |
OnContextMenuClosing | Invoked whenever the System.Windows.FrameworkContentElement.ContextMenuClosing routed event reaches this class in its route. Implement this method to add class handling for this event. (Inherited from System.Windows.FrameworkContentElement) | |
OnContextMenuOpening | Invoked whenever the System.Windows.FrameworkContentElement.ContextMenuOpening routed event reaches this class in its route. Implement this method to add class handling for this event. (Inherited from System.Windows.FrameworkContentElement) | |
OnCreateAutomationPeer | Returns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure. (Inherited from System.Windows.ContentElement) | |
OnDragEnter | Invoked when an unhandled System.Windows.DragDrop.DragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnDragLeave | Invoked when an unhandled System.Windows.DragDrop.DragLeave attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnDragOver | Invoked when an unhandled System.Windows.DragDrop.DragOver attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnDrop | Invoked when an unhandled System.Windows.DragDrop.DragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnGiveFeedback | Invoked when an unhandled System.Windows.DragDrop.GiveFeedback attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnGotFocus | Class handler for the System.Windows.ContentElement.GotFocus event. (Inherited from System.Windows.FrameworkContentElement) | |
OnGotKeyboardFocus | Invoked when an unhandled System.Windows.Input.Keyboard.GotKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnGotMouseCapture | Invoked when an unhandled System.Windows.Input.Mouse.GotMouseCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnGotStylusCapture | Invoked when an unhandled System.Windows.Input.Stylus.GotStylusCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnGotTouchCapture | Provides class handling for the System.Windows.ContentElement.GotTouchCapture routed event that occurs when a touch is captured to this element. (Inherited from System.Windows.ContentElement) | |
OnInitialized | Raises the System.Windows.FrameworkContentElement.Initialized event. This method is invoked whenever System.Windows.FrameworkContentElement.IsInitialized is set to true. (Inherited from System.Windows.FrameworkContentElement) | |
OnIsKeyboardFocusedChanged | Invoked when an unhandled System.Windows.ContentElement.IsKeyboardFocusedChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnIsKeyboardFocusWithinChanged | Invoked just before the System.Windows.ContentElement.IsKeyboardFocusWithinChanged event is raised by this element. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnIsMouseCapturedChanged | Invoked when an unhandled System.Windows.ContentElement.IsMouseCapturedChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnIsMouseCaptureWithinChanged | Invoked when an unhandled System.Windows.ContentElement.IsMouseCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnIsMouseDirectlyOverChanged | Invoked when an unhandled System.Windows.ContentElement.IsMouseDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnIsStylusCapturedChanged | Invoked when an unhandled System.Windows.ContentElement.IsStylusCapturedChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnIsStylusCaptureWithinChanged | Invoked when an unhandled System.Windows.ContentElement.IsStylusCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnIsStylusDirectlyOverChanged | Invoked when an unhandled System.Windows.ContentElement.IsStylusDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnKeyDown | Invoked when an unhandled System.Windows.Input.Keyboard.KeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnKeyUp | Invoked when an unhandled System.Windows.Input.Keyboard.KeyUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnLostFocus | Raises the System.Windows.ContentElement.LostFocus routed event by using the event data that is provided. (Inherited from System.Windows.ContentElement) | |
OnLostKeyboardFocus | Invoked when an unhandled System.Windows.Input.Keyboard.LostKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnLostMouseCapture | Invoked when an unhandled System.Windows.Input.Mouse.LostMouseCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnLostStylusCapture | Invoked when an unhandled System.Windows.Input.Stylus.LostStylusCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnLostTouchCapture | Provides class handling for the System.Windows.ContentElement.LostTouchCapture routed event that occurs when this element loses a touch capture. (Inherited from System.Windows.ContentElement) | |
OnMouseDown | Invoked when an unhandled System.Windows.Input.Mouse.MouseDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnMouseEnter | Invoked when an unhandled System.Windows.Input.Mouse.MouseEnter attached event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnMouseLeave | Invoked when an unhandled System.Windows.Input.Mouse.MouseLeave attached event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnMouseLeftButtonDown | Invoked when an unhandled System.Windows.ContentElement.MouseLeftButtonDown routed event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnMouseLeftButtonUp | Invoked when an unhandled System.Windows.ContentElement.MouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnMouseMove | Invoked when an unhandled System.Windows.Input.Mouse.MouseMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnMouseRightButtonDown | Invoked when an unhandled System.Windows.ContentElement.MouseRightButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnMouseRightButtonUp | Invoked when an unhandled System.Windows.ContentElement.MouseRightButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnMouseUp | Invoked when an unhandled System.Windows.Input.Mouse.MouseUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnMouseWheel | Invoked when an unhandled System.Windows.Input.Mouse.MouseWheel attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnPreviewDragEnter | Invoked when an unhandled System.Windows.DragDrop.PreviewDragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnPreviewDragLeave | Invoked when an unhandled System.Windows.DragDrop.PreviewDragLeave attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnPreviewDragOver | Invoked when an unhandled System.Windows.DragDrop.PreviewDragOver attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnPreviewDrop | Invoked when an unhandled System.Windows.DragDrop.PreviewDrop attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnPreviewGiveFeedback | Invoked when an unhandled System.Windows.DragDrop.PreviewGiveFeedback attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnPreviewGotKeyboardFocus | Invoked when an unhandled System.Windows.Input.Keyboard.PreviewGotKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnPreviewKeyDown | Invoked when an unhandled System.Windows.Input.Keyboard.PreviewKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnPreviewKeyUp | Invoked when an unhandled System.Windows.Input.Keyboard.PreviewKeyUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnPreviewLostKeyboardFocus | Invoked when an unhandled System.Windows.Input.Keyboard.PreviewKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnPreviewMouseDown | Invoked when an unhandled System.Windows.Input.Mouse.PreviewMouseDown attached routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnPreviewMouseLeftButtonDown | Invoked when an unhandled System.Windows.ContentElement.PreviewMouseLeftButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnPreviewMouseLeftButtonUp | Invoked when an unhandled System.Windows.ContentElement.PreviewMouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnPreviewMouseMove | Invoked when an unhandled System.Windows.Input.Mouse.PreviewMouseMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnPreviewMouseRightButtonDown | Invoked when an unhandled System.Windows.ContentElement.PreviewMouseRightButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnPreviewMouseRightButtonUp | Invoked when an unhandled System.Windows.ContentElement.PreviewMouseRightButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnPreviewMouseUp | Invoked when an unhandled System.Windows.Input.Mouse.PreviewMouseUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnPreviewMouseWheel | Invoked when an unhandled System.Windows.Input.Mouse.PreviewMouseWheel attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnPreviewQueryContinueDrag | Invoked when an unhandled System.Windows.DragDrop.PreviewQueryContinueDrag attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnPreviewStylusButtonDown | Invoked when an unhandled System.Windows.Input.Stylus.PreviewStylusButtonDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnPreviewStylusButtonUp | Invoked when an unhandled System.Windows.Input.Stylus.PreviewStylusButtonUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnPreviewStylusDown | Invoked when an unhandled System.Windows.Input.Stylus.PreviewStylusDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnPreviewStylusInAirMove | Invoked when an unhandled System.Windows.Input.Stylus.PreviewStylusInAirMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnPreviewStylusInRange | Invoked when an unhandled System.Windows.Input.Stylus.PreviewStylusInRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnPreviewStylusMove | Invoked when an unhandled System.Windows.Input.Stylus.PreviewStylusMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnPreviewStylusOutOfRange | Invoked when an unhandled System.Windows.Input.Stylus.PreviewStylusOutOfRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnPreviewStylusSystemGesture | Invoked when an unhandled System.Windows.Input.Stylus.PreviewStylusSystemGesture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnPreviewStylusUp | Invoked when an unhandled System.Windows.Input.Stylus.PreviewStylusUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnPreviewTextInput | Invoked when an unhandled System.Windows.Input.TextCompositionManager.PreviewTextInput attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnPreviewTouchDown | Provides class handling for the System.Windows.ContentElement.PreviewTouchDown routed event that occurs when a touch presses this element. (Inherited from System.Windows.ContentElement) | |
OnPreviewTouchMove | Provides class handling for the System.Windows.ContentElement.PreviewTouchMove routed event that occurs when a touch moves while inside this element. (Inherited from System.Windows.ContentElement) | |
OnPreviewTouchUp | Provides class handling for the System.Windows.ContentElement.PreviewTouchUp routed event that occurs when a touch is released inside this element. (Inherited from System.Windows.ContentElement) | |
OnPropertyChanged | Overridden. Called when the value of a property changes. | |
OnQueryContinueDrag | Invoked when an unhandled System.Windows.DragDrop.QueryContinueDrag attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnQueryCursor | Invoked when an unhandled System.Windows.Input.Mouse.QueryCursor attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnStyleChanged | (Inherited from System.Windows.FrameworkContentElement) | |
OnStylusButtonDown | Invoked when an unhandled System.Windows.Input.Stylus.StylusButtonDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnStylusButtonUp | Invoked when an unhandled System.Windows.Input.Stylus.StylusButtonUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnStylusDown | Invoked when an unhandled System.Windows.Input.Stylus.StylusDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnStylusEnter | Invoked when an unhandled System.Windows.Input.Stylus.StylusEnter attached event is raised by this element. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnStylusInAirMove | Invoked when an unhandled System.Windows.Input.Stylus.StylusInAirMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnStylusInRange | Invoked when an unhandled System.Windows.Input.Stylus.StylusInRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnStylusLeave | Invoked when an unhandled System.Windows.Input.Stylus.StylusLeave attached event is raised by this element. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnStylusMove | Invoked when an unhandled System.Windows.Input.Stylus.StylusMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnStylusOutOfRange | Invoked when an unhandled System.Windows.Input.Stylus.StylusOutOfRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnStylusSystemGesture | Invoked when an unhandled System.Windows.Input.Stylus.StylusSystemGesture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnStylusUp | Invoked when an unhandled System.Windows.Input.Stylus.StylusUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnTextInput | Invoked when an unhandled System.Windows.Input.TextCompositionManager.TextInput attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement) | |
OnToolTipClosing | Invoked whenever the System.Windows.FrameworkContentElement.ToolTipClosing routed event reaches this class in its route. Implement this method to add class handling for this event. (Inherited from System.Windows.FrameworkContentElement) | |
OnToolTipOpening | Invoked whenever the System.Windows.FrameworkContentElement.ToolTipOpening routed event reaches this class in its route. Implement this method to add class handling for this event. (Inherited from System.Windows.FrameworkContentElement) | |
OnTouchDown | Provides class handling for the System.Windows.ContentElement.TouchDown routed event that occurs when a touch presses inside this element. (Inherited from System.Windows.ContentElement) | |
OnTouchEnter | Provides class handling for the System.Windows.ContentElement.TouchEnter routed event that occurs when a touch moves from outside to inside the bounds of this element. (Inherited from System.Windows.ContentElement) | |
OnTouchLeave | Provides class handling for the System.Windows.ContentElement.TouchLeave routed event that occurs when a touch moves from inside to outside the bounds of this element. (Inherited from System.Windows.ContentElement) | |
OnTouchMove | Provides class handling for the System.Windows.ContentElement.TouchMove routed event that occurs when a touch moves while inside this element. (Inherited from System.Windows.ContentElement) | |
OnTouchUp | Provides class handling for the System.Windows.ContentElement.TouchUp routed event that occurs when a touch is released inside this element. (Inherited from System.Windows.ContentElement) | |
OnViewStateChanged | Occurs when the state of the View has changed, and an update to the UI is required. (Inherited from Infragistics.Windows.DataPresenter.ViewBase) | |
PrepareContainerForRecordPresenter | Associates the wrapper element returned from ViewBase.GetContainerForRecordPresenter with the specified RecordPresenter element. (Inherited from Infragistics.Windows.DataPresenter.ViewBase) | |
RemoveLogicalChild | Removes the specified element from the logical tree for this element. (Inherited from System.Windows.FrameworkContentElement) | |
ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject) |