1 write to _property
WindowsBase (1)
Base\MS\Internal\FreezableDefaultValueFactory.cs (1)
115
_property
= property;
4 references to _property
WindowsBase (4)
Base\MS\Internal\FreezableDefaultValueFactory.cs (4)
123
PropertyMetadata metadata =
_property
.GetMetadata(_owner.DependencyObjectType);
127
metadata.ClearCachedDefaultValue(_owner,
_property
);
139
if (_owner.ReadLocalValue(
_property
) == DependencyProperty.UnsetValue)
141
_owner.SetMutableDefaultValue(
_property
, _mutableDefaultValue);