DependencyObject Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| CheckAccess | Determines whether the calling thread has access to this DispatcherObject. (inherited from DispatcherObject) |
| ClearValue | Overloaded. Clears the local value of a property. |
| 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. |
| Equals | Overloaded. Overridden. Determines whether a provided DependencyObject is equivalent to the current DependencyObject. |
| GetHashCode | Overridden. Gets a hash code for this DependencyObject. |
| GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this 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. |
| InvalidateProperty | Re-evaluates the effective value for the specified dependency property |
| ReadLocalValue | Returns the local value of a dependency property, if it exists. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| SetValue | Overloaded. Sets the local value of a dependency property. |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| VerifyAccess | Enforces that the calling thread has access to this DispatcherObject. (inherited from DispatcherObject) |
| Name | Description | |
|---|---|---|
| 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) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| OnPropertyChanged | Invoked whenever the effective value of any dependency property on this DependencyObject has been updated. The specific dependency property that changed is reported in the event data. |
| ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. |