public sealed class PropertyPathHolder : DependencyObject
Public NotInheritable Class PropertyPathHolder
Inherits DependencyObject
public ref class PropertyPathHolder sealed : public DependencyObject
[<SealedAttribute>]
type PropertyPathHolder =
class
inherit DependencyObject
end
PropertyPathHolder | Инициализирует новый экземпляр класса PropertyPathHolder |
DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (Унаследован от DependencyObject) |
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Унаследован от DispatcherObject) |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Унаследован от DependencyObject) |
Value |
CheckAccess | Determines whether the calling thread has access to this DispatcherObject. (Унаследован от DispatcherObject) |
ClearValue(DependencyProperty) | Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier. (Унаследован от DependencyObject) |
ClearValue(DependencyPropertyKey) | Clears the local value of a read-only property. The property to be cleared is specified by a DependencyPropertyKey. (Унаследован от DependencyObject) |
CoerceValue | 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. (Унаследован от DependencyObject) |
Equals | Determines whether a provided DependencyObject is equivalent to the current DependencyObject. (Унаследован от DependencyObject) |
GetHashCode | Gets a hash code for this DependencyObject. (Унаследован от DependencyObject) |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. (Унаследован от DependencyObject) |
GetValue | |
GetValue(DependencyProperty) | Returns the current effective value of a dependency property on this instance of a DependencyObject. (Унаследован от DependencyObject) |
InvalidateProperty | Re-evaluates the effective value for the specified dependency property. (Унаследован от DependencyObject) |
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. (Унаследован от DependencyObject) |
ReadLocalValue | Returns the local value of a dependency property, if it exists. (Унаследован от DependencyObject) |
SetCurrentValue | Sets the value of a dependency property without changing its value source. (Унаследован от DependencyObject) |
SetValue(DependencyProperty, Object) | Sets the local value of a dependency property, specified by its dependency property identifier. (Унаследован от DependencyObject) |
SetValue(DependencyPropertyKey, Object) | Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property. (Унаследован от DependencyObject) |
ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Унаследован от DependencyObject) |
VerifyAccess | Enforces that the calling thread has access to this DispatcherObject. (Унаследован от DispatcherObject) |