2027 Members
Changes 0
M

PreviewControl Methods

Name Return Type Description Inherited From
M AddHandler(RoutedEvent, Delegate) None Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. (Inherited from UIElement ) UIElement
M AddHandler(RoutedEvent, Delegate, Boolean) None Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. Specify handledEventsToo as true to have the provided handler be invoked for routed event that had already been marked as handled by another element along the event route. (Inherited from UIElement ) UIElement
M AddToEventRoute None Adds handlers to the specified EventRoute for the current UIElement event handler collection. (Inherited from UIElement ) UIElement
M ApplyAnimationClock(DependencyProperty, AnimationClock) None Applies an animation to a specified dependency property on this element. Any existing animations are stopped and replaced with the new animation. (Inherited from UIElement ) UIElement
M ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) None Applies an animation to a specified dependency property on this element, with the ability to specify what happens if the property already has a running animation. (Inherited from UIElement ) UIElement
M ApplyTemplate None Builds the current template's visual tree if necessary, and returns a value that indicates whether the visual tree was rebuilt by this call. (Inherited from FrameworkElement ) FrameworkElement
M Arrange None Positions child elements and determines a size for a UIElement . Parent elements call this method from their ArrangeCore(Rect) implementation (or a WPF framework-level equivalent) to form a recursive layout update. This method constitutes the second pass of a layout update. (Inherited from UIElement ) UIElement
M BeginAnimation(DependencyProperty, AnimationTimeline) None Starts an animation for a specified animated property on this element. (Inherited from UIElement ) UIElement
M BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) None Starts a specific animation for a specified animated property on this element, with the option of specifying what happens if the property already has a running animation. (Inherited from UIElement ) UIElement
M BeginInit None Starts the initialization process for this element. (Inherited from FrameworkElement ) FrameworkElement
M BeginStoryboard(Storyboard) None Begins the sequence of actions that are contained in the provided storyboard. (Inherited from FrameworkElement ) FrameworkElement
M BeginStoryboard(Storyboard, HandoffBehavior) None Begins the sequence of actions contained in the provided storyboard, with options specified for what should happen if the property is already animated. (Inherited from FrameworkElement ) FrameworkElement
M BeginStoryboard(Storyboard, HandoffBehavior, Boolean) None Begins the sequence of actions contained in the provided storyboard, with specified state for control of the animation after it is started. (Inherited from FrameworkElement ) FrameworkElement
M BringIntoView() None Attempts to bring this element into view, within any scrollable regions it is contained within. (Inherited from FrameworkElement ) FrameworkElement
M BringIntoView(Rect) None Attempts to bring the provided region size of this element into view, within any scrollable regions it is contained within. (Inherited from FrameworkElement ) FrameworkElement
M CaptureMouse None Attempts to force capture of the mouse to this element. (Inherited from UIElement ) UIElement
M CaptureStylus None Attempts to force capture of the stylus to this element. (Inherited from UIElement ) UIElement
M CaptureTouch None Attempts to force capture of a touch to this element. (Inherited from UIElement ) UIElement
M CheckAccess None Determines whether the calling thread has access to this DispatcherObject . (Inherited from DispatcherObject ) DispatcherObject
M ClearValue(DependencyProperty) None Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier. (Inherited from DependencyObject ) DependencyObject
M ClearValue(DependencyPropertyKey) None Clears the local value of a read-only property. The property to be cleared is specified by a DependencyPropertyKey . (Inherited from DependencyObject ) DependencyObject
M CoerceValue None Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject . (Inherited from DependencyObject ) DependencyObject
M Dispose() None This method is called if the user explicitly disposes of the object (by calling the Dispose method in other managed languages, or the destructor in C++).
M EndInit None Indicates that the initialization process for the element is complete. (Inherited from FrameworkElement ) FrameworkElement
M Equals None Determines whether a provided DependencyObject is equivalent to the current DependencyObject . (Inherited from DependencyObject ) DependencyObject
M FindCommonVisualAncestor None Returns the common ancestor of two visual objects. (Inherited from Visual ) Visual
M FindName None Finds an element that has the provided identifier name. (Inherited from FrameworkElement ) FrameworkElement
M FindResource None Searches for a resource with the specified key, and throws an exception if the requested resource is not found. (Inherited from FrameworkElement ) FrameworkElement
M Focus None Attempts to set focus to this element. (Inherited from UIElement ) UIElement
M GetAnimationBaseValue None 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 UIElement ) UIElement
M GetBindingExpression None Returns the BindingExpression that represents the binding on the specified property. (Inherited from FrameworkElement ) FrameworkElement
M GetHashCode None Gets a hash code for this DependencyObject . (Inherited from DependencyObject ) DependencyObject
M GetLocalValueEnumerator None Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject . (Inherited from DependencyObject ) DependencyObject
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M GetValue None Returns the current effective value of a dependency property on this instance of a DependencyObject . (Inherited from DependencyObject ) DependencyObject
M InputHitTest None Returns the input element within the current element that is at the specified coordinates, relative to the current element's origin. (Inherited from UIElement ) UIElement
M InvalidateArrange None Invalidates the arrange state (layout) for the element. After the invalidation, the element will have its layout updated, which will occur asynchronously unless subsequently forced by UpdateLayout () . (Inherited from UIElement ) UIElement
M InvalidateMeasure None Invalidates the measurement state (layout) for the element. (Inherited from UIElement ) UIElement
M InvalidateProperty None Re-evaluates the effective value for the specified dependency property. (Inherited from DependencyObject ) DependencyObject
M InvalidateVisual None Invalidates the rendering of the element, and forces a complete new layout pass. OnRender(DrawingContext) is called after the layout cycle is completed. (Inherited from UIElement ) UIElement
M IsAncestorOf None Determines whether the visual object is an ancestor of the descendant visual object. (Inherited from Visual ) Visual
M IsDescendantOf None Determines whether the visual object is a descendant of the ancestor visual object. (Inherited from Visual ) Visual
M Measure None Updates the DesiredSize of a UIElement . Parent elements call this method from their own MeasureCore(Size) implementations to form a recursive layout update. Calling this method constitutes the first pass (the "Measure" pass) of a layout update. (Inherited from UIElement ) UIElement
M MoveFocus None Moves the keyboard focus away from this element and to another element in a provided traversal direction. (Inherited from FrameworkElement ) FrameworkElement
M OnApplyTemplate None When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate () . (Inherited from FrameworkElement ) FrameworkElement
M PointFromScreen None Converts a Point in screen coordinates into a Point that represents the current coordinate system of the Visual . (Inherited from Visual ) Visual
M PointToScreen None Converts a Point that represents the current coordinate system of the Visual into a Point in screen coordinates. (Inherited from Visual ) Visual
M PredictFocus None 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. (Inherited from FrameworkElement ) FrameworkElement
M RaiseEvent None 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 UIElement ) UIElement
M ReadLocalValue None Returns the local value of a dependency property, if it exists. (Inherited from DependencyObject ) DependencyObject
M RegisterName None Provides an accessor that simplifies access to the NameScope registration method. (Inherited from FrameworkElement ) FrameworkElement
M ReleaseAllTouchCaptures None Releases all captured touch devices from this element. (Inherited from UIElement ) UIElement
M ReleaseMouseCapture None Releases the mouse capture, if this element held the capture. (Inherited from UIElement ) UIElement
M ReleaseStylusCapture None Releases the stylus device capture, if this element held the capture. (Inherited from UIElement ) UIElement
M ReleaseTouchCapture None Attempts to release the specified touch device from this element. (Inherited from UIElement ) UIElement
M RemoveHandler None Removes the specified routed event handler from this element. (Inherited from UIElement ) UIElement
M SetBinding(DependencyProperty, String) None Attaches a binding to this element, based on the provided source property name as a path qualification to the data source. (Inherited from FrameworkElement ) FrameworkElement
M SetBinding(DependencyProperty, BindingBase) None Attaches a binding to this element, based on the provided binding object. (Inherited from FrameworkElement ) FrameworkElement
M SetCurrentValue None Sets the value of a dependency property without changing its value source. (Inherited from DependencyObject ) DependencyObject
M SetResourceReference None Searches for a resource with the specified name and sets up a resource reference to it for the specified property. (Inherited from FrameworkElement ) FrameworkElement
M SetValue(DependencyProperty, Object) None Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from DependencyObject ) DependencyObject
M SetValue(DependencyPropertyKey, Object) None Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property. (Inherited from DependencyObject ) DependencyObject
M ShouldSerializeCommandBindings None Returns whether serialization processes should serialize the contents of the CommandBindings property on instances of this class. (Inherited from UIElement ) UIElement
M ShouldSerializeContent None Indicates whether the Content property should be persisted. (Inherited from ContentControl ) ContentControl
M ShouldSerializeInputBindings None Returns whether serialization processes should serialize the contents of the InputBindings property on instances of this class. (Inherited from UIElement ) UIElement
M ShouldSerializeResources None Returns whether serialization processes should serialize the contents of the Resources property. (Inherited from FrameworkElement ) FrameworkElement
M ShouldSerializeStyle None Returns whether serialization processes should serialize the contents of the Style property. (Inherited from FrameworkElement ) FrameworkElement
M ShouldSerializeTriggers None Returns whether serialization processes should serialize the contents of the Triggers property. (Inherited from FrameworkElement ) FrameworkElement
M ToString None Returns the string representation of a Control object. (Inherited from Control ) Control
M TransformToAncestor(Visual) None Returns a transform that can be used to transform coordinates from the Visual to the specified Visual ancestor of the visual object. (Inherited from Visual ) Visual
M TransformToAncestor(Visual3D) None Returns a transform that can be used to transform coordinates from the Visual to the specified Visual3D ancestor of the visual object. (Inherited from Visual ) Visual
M TransformToDescendant None Returns a transform that can be used to transform coordinates from the Visual to the specified visual object descendant. (Inherited from Visual ) Visual
M TransformToVisual None Returns a transform that can be used to transform coordinates from the Visual to the specified visual object. (Inherited from Visual ) Visual
M TranslatePoint None Translates a point relative to this element to coordinates that are relative to the specified element. (Inherited from UIElement ) UIElement
M TryFindResource None Searches for a resource with the specified key, and returns that resource if found. (Inherited from FrameworkElement ) FrameworkElement
M UnregisterName None Simplifies access to the NameScope de-registration method. (Inherited from FrameworkElement ) FrameworkElement
M UpdateDefaultStyle None Reapplies the default style to the current FrameworkElement . (Inherited from FrameworkElement ) FrameworkElement
M UpdateLayout None Ensures that all visual child elements of this element are properly updated for layout. (Inherited from UIElement ) UIElement
M VerifyAccess None Enforces that the calling thread has access to this DispatcherObject . (Inherited from DispatcherObject ) DispatcherObject