PropertyMetadata.OnApply Method
Called when this metadata has been applied to a property, which indicates that the metadata is being sealed.
Namespace: System.Windows
Assembly: WindowsBase (in WindowsBase.dll)
Parameters
- dp
- Type: System.Windows.DependencyProperty
The dependency property to which the metadata has been applied.
- targetType
- Type: System.Type
The type associated with this metadata if this is type-specific metadata. If this is default metadata, this value is a null reference.
Subclasses should assure that any mutability of the data structure of a PropertyMetadata subclass should be marked as immutable once OnApply is called. This will be called once the metadata is applied to a property system operation (register, add owner, override metadata).
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.