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)
123PropertyMetadata metadata = _property.GetMetadata(_owner.DependencyObjectType); 127metadata.ClearCachedDefaultValue(_owner, _property); 139if (_owner.ReadLocalValue(_property) == DependencyProperty.UnsetValue) 141_owner.SetMutableDefaultValue(_property, _mutableDefaultValue);