Version 24.2 (latest)

SafeSetter Class Properties

For a list of all members of this type, see SafeSetter members.

Public Properties
 NameDescription
Public PropertyCanFreezeGets a value that indicates whether the object can be made unmodifiable. (Inherited from System.Windows.Freezable)
Public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyIsFrozenGets a value that indicates whether the object is currently modifiable. (Inherited from System.Windows.Freezable)
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
Public PropertyPropertyNameSets or gets the name of the property on the target that will be set.  
Public PropertyValueSets or gets the value that should be set on the target.  
Public PropertyValueAsXamlStringSets or gets the Xaml string that will be hydrated and then set on the target.  
See Also