1 write to _owner
WindowsBase (1)
Base\MS\Internal\FreezableDefaultValueFactory.cs (1)
114
_owner
= owner;
4 references to _owner
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);