Run Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| 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 ContentElement) |
| AddToEventRoute | Adds handlers to the specified EventRoute for the current ContentElement event handler collection. (inherited from ContentElement) |
| ApplyAnimationClock | Overloaded. Applies an animation to a specified dependency property on this element. (inherited from ContentElement) |
| BeginAnimation | Overloaded. Starts an animation for a specified animated property on this element. (inherited from ContentElement) |
| BeginInit | Called before an element is initialized. (inherited from FrameworkContentElement) |
| BeginStoryboard | Overloaded. Begins the sequence of actions that are contained in the provided storyboard. (inherited from FrameworkContentElement) |
| BringIntoView | Attempts to bring this element into view, within any scrollable regions it is contained within. (inherited from FrameworkContentElement) |
| CaptureMouse | Attempts to force capture of the mouse to this element. (inherited from ContentElement) |
| CaptureStylus | Attempts to force capture of the stylus to this element. (inherited from ContentElement) |
| CheckAccess | Determines whether the calling thread has access to this DispatcherObject. (inherited from DispatcherObject) |
| ClearValue | Overloaded. Clears the local value of a property. (inherited from DependencyObject) |
| CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the property on this type. (inherited from DependencyObject) |
| EndInit | Called immediately after an element is initialized. (inherited from FrameworkContentElement) |
| Equals | Overloaded. Determines whether a provided DependencyObject is equivalent to the current DependencyObject. (inherited from DependencyObject) |
| FindName | Finds an element that has the provided identifier name. (inherited from FrameworkContentElement) |
| FindResource | Searches for a resource with the specified key, and will raise an exception if the requested resource is not found. (inherited from FrameworkContentElement) |
| Focus | Attempts to focus the keyboard on this element. (inherited from 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 ContentElement) |
| GetBindingExpression | Gets the BindingExpression for the specified property's binding. (inherited from FrameworkContentElement) |
| GetFontFamily | Returns the value of the FontFamily attached property for a specified dependency object. (inherited from TextElement) |
| GetFontSize | Returns the value of the FontSize attached property for a specified dependency object. (inherited from TextElement) |
| GetFontStretch | Returns the value of the FontStretch attached property for a specified dependency object. (inherited from TextElement) |
| GetFontStyle | Returns the value of the FontStyle attached property for a specified dependency object. (inherited from TextElement) |
| GetFontWeight | Returns the value of the FontWeight attached property for a specified dependency object. (inherited from TextElement) |
| GetForeground | Returns the value of the Foreground attached property for a specified dependency object. (inherited from TextElement) |
| GetHashCode | Gets a hash code for this DependencyObject. (inherited from DependencyObject) |
| GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. (inherited from DependencyObject) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| GetValue | Returns the current effective value of a dependency property on this instance of a DependencyObject. (inherited from DependencyObject) |
| InvalidateProperty | Re-evaluates the effective value for the specified dependency property (inherited from DependencyObject) |
| MoveFocus | Moves the keyboard focus from this element to another element. (inherited from 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 FrameworkContentElement) |
| RaiseEvent | Raises a specific routed event. The RoutedEvent to be raised is identified within the RoutedEventArgs instance that is provided (as the RoutedEvent property of that event data). (inherited from ContentElement) |
| ReadLocalValue | Returns the local value of a dependency property, if it exists. (inherited from DependencyObject) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| RegisterName | Provides an accessor that simplifies access to the NameScope registration method. (inherited from FrameworkContentElement) |
| ReleaseMouseCapture | Releases the mouse capture, if this element held the capture. (inherited from ContentElement) |
| ReleaseStylusCapture | Releases the stylus device capture, if this element held the capture. (inherited from ContentElement) |
| RemoveHandler | Removes the specified routed event handler from this element. (inherited from ContentElement) |
| SetBinding | Overloaded. Attaches a binding to this element for the specified dependency property. (inherited from FrameworkContentElement) |
| SetFontFamily | Sets the value of the FontStyle attached property for a specified dependency object. (inherited from TextElement) |
| SetFontSize | Sets the value of the FontSize attached property for a specified dependency object. (inherited from TextElement) |
| SetFontStretch | Sets the value of the FontStretch attached property for a specified dependency object. (inherited from TextElement) |
| SetFontStyle | Sets the value of the FontStyle attached property for a specified dependency object. (inherited from TextElement) |
| SetFontWeight | Sets the value of the FontWeight attached property for a specified dependency object. (inherited from TextElement) |
| SetForeground | Sets the value of the Foreground attached property for a specified dependency object. (inherited from TextElement) |
| SetResourceReference | Searches for a resource with the specified name and sets up a resource reference to it for the specified property. (inherited from FrameworkContentElement) |
| SetValue | Overloaded. Sets the local value of a dependency property. (inherited from DependencyObject) |
| ShouldSerializeCommandBindings | Returns whether serialization processes should serialize the contents of the CommandBindings property on instances of this class. (inherited from ContentElement) |
| ShouldSerializeInputBindings | Returns whether serialization processes should serialize the contents of the InputBindings property on instances of this class. (inherited from ContentElement) |
| ShouldSerializeResources | Returns whether serialization processes should serialize the contents of the Resources property on instances of this class. (inherited from FrameworkContentElement) |
| ShouldSerializeStyle | Returns whether serialization processes should serialize the contents of the Style property on instances of this class. (inherited from FrameworkContentElement) |
| ShouldSerializeText | Returns a value that indicates whether or not the effective value of the Text property should be serialized during serialization of a Run object. |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| TryFindResource | Searches for a resource with the specified key, and returns that resource if found. (inherited from FrameworkContentElement) |
| UnregisterName | Simplifies access to the NameScope de-registration method. (inherited from FrameworkContentElement) |
| VerifyAccess | Enforces that the calling thread has access to this DispatcherObject. (inherited from DispatcherObject) |
| Name | Description | |
|---|---|---|
| AddLogicalChild | Adds the provided element as a child of this element. (inherited from FrameworkContentElement) |
| 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) |
| GetUIParentCore | Returns an alternative logical parent for this element if there is no visual parent. In this case, a FrameworkContentElement parent is always the same value as the Parent property. (inherited from FrameworkContentElement) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| OnContextMenuClosing | Invoked whenever the ContextMenuClosing routed event reaches this class in its route. Implement this method to add class handling for this event. (inherited from FrameworkContentElement) |
| OnContextMenuOpening | Invoked whenever the ContextMenuOpening routed event reaches this class in its route. Implement this method to add class handling for this event. (inherited from FrameworkContentElement) |
| OnCreateAutomationPeer | Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure. (inherited from ContentElement) |
| OnDragEnter | Invoked when an unhandled 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 ContentElement) |
| OnDragLeave | Invoked when an unhandled 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 ContentElement) |
| OnDragOver | Invoked when an unhandled 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 ContentElement) |
| OnDrop | Invoked when an unhandled 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 ContentElement) |
| OnGiveFeedback | Invoked when an unhandled 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 ContentElement) |
| OnGotFocus | Class handler for the GotFocus event. (inherited from FrameworkContentElement) |
| OnGotKeyboardFocus | Invoked when an unhandled 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 ContentElement) |
| OnGotMouseCapture | Invoked when an unhandled 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 ContentElement) |
| OnGotStylusCapture | Invoked when an unhandled 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 ContentElement) |
| OnInitialized | Raises the Initialized event. This method is invoked whenever IsInitialized is set to true. (inherited from FrameworkContentElement) |
| OnIsKeyboardFocusedChanged | Invoked when an unhandled IsKeyboardFocusedChanged event is raised on this element. Implement this method to add class handling for this event. (inherited from ContentElement) |
| OnIsKeyboardFocusWithinChanged | Invoked just before the IsKeyboardFocusWithinChanged event is raised by this element. Implement this method to add class handling for this event. (inherited from ContentElement) |
| OnIsMouseCapturedChanged | Invoked when an unhandled IsMouseCapturedChanged event is raised on this element. Implement this method to add class handling for this event. (inherited from ContentElement) |
| OnIsMouseCaptureWithinChanged | Invoked when an unhandled IsMouseCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event. (inherited from ContentElement) |
| OnIsMouseDirectlyOverChanged | Invoked when an unhandled IsMouseDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event. (inherited from ContentElement) |
| OnIsStylusCapturedChanged | Invoked when an unhandled IsStylusCapturedChanged event is raised on this element. Implement this method to add class handling for this event. (inherited from ContentElement) |
| OnIsStylusCaptureWithinChanged | Invoked when an unhandled IsStylusCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event. (inherited from ContentElement) |
| OnIsStylusDirectlyOverChanged | Invoked when an unhandled IsStylusDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event. (inherited from ContentElement) |
| OnKeyDown | Invoked when an unhandled 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 ContentElement) |
| OnKeyUp | Invoked when an unhandled 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 ContentElement) |
| OnLostFocus | Raises the LostFocus routed event by using the event data that is provided. (inherited from ContentElement) |
| OnLostKeyboardFocus | Invoked when an unhandled 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 ContentElement) |
| OnLostMouseCapture | Invoked when an unhandled 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 ContentElement) |
| OnLostStylusCapture | Invoked when an unhandled 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 ContentElement) |
| OnMouseDown | Invoked when an unhandled 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 ContentElement) |
| OnMouseEnter | Invoked when an unhandled Mouse.MouseEnter attached event is raised on this element. Implement this method to add class handling for this event. (inherited from ContentElement) |
| OnMouseLeave | Invoked when an unhandled Mouse.MouseLeave attached event is raised on this element. Implement this method to add class handling for this event. (inherited from ContentElement) |
| OnMouseLeftButtonDown | Invoked when an unhandled MouseLeftButtonDown routed event is raised on this element. Implement this method to add class handling for this event. (inherited from ContentElement) |
| OnMouseLeftButtonUp | Invoked when an unhandled 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 ContentElement) |
| OnMouseMove | Invoked when an unhandled 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 ContentElement) |
| OnMouseRightButtonDown | Invoked when an unhandled 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 ContentElement) |
| OnMouseRightButtonUp | Invoked when an unhandled 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 ContentElement) |
| OnMouseUp | Invoked when an unhandled 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 ContentElement) |
| OnMouseWheel | Invoked when an unhandled 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 ContentElement) |
| OnPreviewDragEnter | Invoked when an unhandled 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 ContentElement) |
| OnPreviewDragLeave | Invoked when an unhandled 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 ContentElement) |
| OnPreviewDragOver | Invoked when an unhandled 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 ContentElement) |
| OnPreviewDrop | Invoked when an unhandled 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 ContentElement) |
| OnPreviewGiveFeedback | Invoked when an unhandled 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 ContentElement) |
| OnPreviewGotKeyboardFocus | Invoked when an unhandled 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 ContentElement) |
| OnPreviewKeyDown | Invoked when an unhandled 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 ContentElement) |
| OnPreviewKeyUp | Invoked when an unhandled 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 ContentElement) |
| OnPreviewLostKeyboardFocus | Invoked when an unhandled 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 ContentElement) |
| OnPreviewMouseDown | Invoked when an unhandled 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 ContentElement) |
| OnPreviewMouseLeftButtonDown | Invoked when an unhandled 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 ContentElement) |
| OnPreviewMouseLeftButtonUp | Invoked when an unhandled 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 ContentElement) |
| OnPreviewMouseMove | Invoked when an unhandled 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 ContentElement) |
| OnPreviewMouseRightButtonDown | Invoked when an unhandled 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 ContentElement) |
| OnPreviewMouseRightButtonUp | Invoked when an unhandled 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 ContentElement) |
| OnPreviewMouseUp | Invoked when an unhandled 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 ContentElement) |
| OnPreviewMouseWheel | Invoked when an unhandled 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 ContentElement) |
| OnPreviewQueryContinueDrag | Invoked when an unhandled 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 ContentElement) |
| OnPreviewStylusButtonDown | Invoked when an unhandled 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 ContentElement) |
| OnPreviewStylusButtonUp | Invoked when an unhandled 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 ContentElement) |
| OnPreviewStylusDown | Invoked when an unhandled 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 ContentElement) |
| OnPreviewStylusInAirMove | Invoked when an unhandled 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 ContentElement) |
| OnPreviewStylusInRange | Invoked when an unhandled 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 ContentElement) |
| OnPreviewStylusMove | Invoked when an unhandled 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 ContentElement) |
| OnPreviewStylusOutOfRange | Invoked when an unhandled 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 ContentElement) |
| OnPreviewStylusSystemGesture | Invoked when an unhandled 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 ContentElement) |
| OnPreviewStylusUp | Invoked when an unhandled 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 ContentElement) |
| OnPreviewTextInput | Invoked when an unhandled 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 ContentElement) |
| OnPropertyChanged | Handles notifications that one or more of the dependency properties that exist on the element have had their effective values changed. (inherited from TextElement) |
| OnQueryContinueDrag | Invoked when an unhandled 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 ContentElement) |
| OnQueryCursor | Invoked when an unhandled 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 ContentElement) |
| OnStyleChanged | Invoked when the style that is in use on this element changes. (inherited from FrameworkContentElement) |
| OnStylusButtonDown | Invoked when an unhandled 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 ContentElement) |
| OnStylusButtonUp | Invoked when an unhandled 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 ContentElement) |
| OnStylusDown | Invoked when an unhandled 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 ContentElement) |
| OnStylusEnter | Invoked when an unhandled Stylus.StylusEnter attached event is raised by this element. Implement this method to add class handling for this event. (inherited from ContentElement) |
| OnStylusInAirMove | Invoked when an unhandled 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 ContentElement) |
| OnStylusInRange | Invoked when an unhandled 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 ContentElement) |
| OnStylusLeave | Invoked when an unhandled Stylus.StylusLeave attached event is raised by this element. Implement this method to add class handling for this event. (inherited from ContentElement) |
| OnStylusMove | Invoked when an unhandled 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 ContentElement) |
| OnStylusOutOfRange | Invoked when an unhandled 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 ContentElement) |
| OnStylusSystemGesture | Invoked when an unhandled 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 ContentElement) |
| OnStylusUp | Invoked when an unhandled 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 ContentElement) |
| OnTextInput | Invoked when an unhandled 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 ContentElement) |
| OnToolTipClosing | Invoked whenever the ToolTipClosing routed event reaches this class in its route. Implement this method to add class handling for this event. (inherited from FrameworkContentElement) |
| OnToolTipOpening | Invoked whenever the ToolTipOpening routed event reaches this class in its route. Implement this method to add class handling for this event. (inherited from FrameworkContentElement) |
| RemoveLogicalChild | Removes the specified element from the logical tree for this element. (inherited from FrameworkContentElement) |
| ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (inherited from DependencyObject) |