Click or drag to resize
UIElement Methods

The UIElement type exposes the following members.

Methods
  NameDescription
Public methodCapturePointer
Sets pointer capture to a UIElement.
Public methodCreateDomChildWrapper
When overriden, creates a dom wrapper for each child that is added to the UIElement.
Public methodCreateDomElement
When overriden, creates the dom elements designed to represent an instance of an UIElement and defines the place where its child(ren) will be added.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetChildsWrapper
Public methodGetDomElementWhereToPlaceChild
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Returns the current effective value of a dependency property from a DependencyObject.
(Inherited from DependencyObject.)
Public methodGetVisualStateValue (Inherited from DependencyObject.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnGotFocus
Raises the GotFocus event
Protected methodOnKeyDown
Raises the KeyDown event
Protected methodOnKeyUp
Raises the KeyUp event
Protected methodOnLostFocus
Raises the LostFocus event
Protected methodOnPointerEntered
Raises the PointerEntered event
Protected methodOnPointerExited
Raises the PointerExited event
Protected methodOnPointerMoved
Protected methodOnPointerPressed
Raises the PointerPressed event
Protected methodOnPointerReleased
Raises the PointerReleased event
Protected methodOnTapped
Raises the Tapped event
Public methodReadLocalValue
Returns the local value of a dependency property, if a local value is set.
(Inherited from DependencyObject.)
Public methodReleasePointerCapture
Releases pointer captures for capture of one specific pointer by this UIElement.
Public methodSetBinding
Attaches a binding to a FrameworkElement, using the provided binding object.
(Inherited from DependencyObject.)
Public methodSetInheritedValue
Sets the inherited value of a dependency property on a DependencyObject. Do not use this method.
(Inherited from DependencyObject.)
Public methodSetLocalValue
Sets the local value of a dependency property on a DependencyObject while not overriding a hypothetical Binding (example: when the user writes in a TextBox with a two way Binding on its Text property).
(Inherited from DependencyObject.)
Public methodSetValue
Sets the local value of a dependency property on a DependencyObject.
(Inherited from DependencyObject.)
Public methodSetVisualStateValue (Inherited from DependencyObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTransformToVisual
Returns a transform object that can be used to transform coordinates from the UIElement to the specified object.
Top
See Also