1 write to _dependencyProperty
PresentationFramework (1)
src\Framework\MS\Internal\Ink\StrokeCollectionDefaultValueFactory.cs (1)
75
_dependencyProperty
= property;
4 references to _dependencyProperty
PresentationFramework (4)
src\Framework\MS\Internal\Ink\StrokeCollectionDefaultValueFactory.cs (4)
96
if ( _owner.ReadLocalValue(
_dependencyProperty
) == DependencyProperty.UnsetValue )
99
_owner.SetValue(
_dependencyProperty
, value);
104
PropertyMetadata metadata =
_dependencyProperty
.GetMetadata(_owner.DependencyObjectType);
105
metadata.ClearCachedDefaultValue(_owner,
_dependencyProperty
);