2 writes to _metadata
WindowsBase (2)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (2)
49
_metadata
= _dp.GetMetadata(objectType);
64
_metadata
= _dp.GetMetadata(ownerType);
3 references to _metadata
WindowsBase (3)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (3)
345
get { return
_metadata
; }
717
if (
_metadata
.DefaultValue != DependencyProperty.UnsetValue)
719
newAttributes.Add(new DefaultValueAttribute(
_metadata
.DefaultValue));