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