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)
345get { return _metadata; } 717if (_metadata.DefaultValue != DependencyProperty.UnsetValue) 719newAttributes.Add(new DefaultValueAttribute(_metadata.DefaultValue));