Click or drag to resize
DependencyObject Class
Represents an object that participates in the dependency property system. DependencyObject is the immediate base class of many important UI-related classes, such as UIElement, Geometry, FrameworkTemplate, Style, and ResourceDictionary.
Inheritance Hierarchy
SystemObject
  Windows.UI.XamlDependencyObject
    More...

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public class DependencyObject

The DependencyObject type exposes the following members.

Constructors
  NameDescription
Public methodDependencyObject
Initializes a new instance of the DependencyObject class
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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.
Public methodGetVisualStateValue
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReadLocalValue
Returns the local value of a dependency property, if a local value is set.
Public methodSetBinding
Attaches a binding to a FrameworkElement, using the provided binding object.
Public methodSetInheritedValue
Sets the inherited value of a dependency property on a DependencyObject. Do not use this method.
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).
Public methodSetValue
Sets the local value of a dependency property on a DependencyObject.
Public methodSetVisualStateValue
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyDispatcher
Gets the CoreDispatcher that this object is associated with.
Top
See Also
Inheritance Hierarchy
SystemObject
  Windows.UI.XamlDependencyObject
    System.Windows.Media.EffectsEffect
    Windows.UI.Xaml.ControlsColumnDefinition
    Windows.UI.Xaml.ControlsDataGridColumn
    Windows.UI.Xaml.ControlsRowDefinition
    Windows.UI.Xaml.DataRelativeSource
    Windows.UI.XamlFrameworkTemplate
    Windows.UI.Xaml.Media.AnimationObjectKeyFrame
    Windows.UI.Xaml.Media.AnimationTimeline
    Windows.UI.Xaml.Media.AnimationTransition
    Windows.UI.Xaml.MediaBrush
    Windows.UI.Xaml.MediaGeneralTransform
    Windows.UI.Xaml.MediaGeometry
    Windows.UI.Xaml.MediaImageSource
    Windows.UI.Xaml.MediaPathFigure
    Windows.UI.Xaml.MediaPathSegment
    Windows.UI.XamlPropertyPath
    Windows.UI.XamlResourceDictionary
    Windows.UI.XamlSetterBase
    Windows.UI.XamlStyle
    Windows.UI.XamlUIElement
    Windows.UI.XamlVisualState
    Windows.UI.XamlVisualStateGroup
    Windows.UI.XamlVisualStateManager