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