1 write to _owner
PresentationFramework (1)
MS\Internal\Ink\StrokeCollectionDefaultValueFactory.cs (1)
66
_owner
= owner;
4 references to _owner
PresentationFramework (4)
MS\Internal\Ink\StrokeCollectionDefaultValueFactory.cs (4)
88
if (
_owner
.ReadLocalValue(_dependencyProperty) == DependencyProperty.UnsetValue )
91
_owner
.SetValue(_dependencyProperty, value);
96
PropertyMetadata metadata = _dependencyProperty.GetMetadata(
_owner
.DependencyObjectType);
97
metadata.ClearCachedDefaultValue(
_owner
, _dependencyProperty);