1 write to _dependencyProperty
PresentationFramework (1)
MS\Internal\Ink\StrokeCollectionDefaultValueFactory.cs (1)
67
_dependencyProperty
= property;
4 references to _dependencyProperty
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
);