3 writes to _extendedProperties
PresentationCore (3)
Core\CSharp\System\Windows\Ink\StrokeCollection.cs (3)
294
clone.
_extendedProperties
= _extendedProperties.Clone();
591
_extendedProperties
= new ExtendedPropertyCollection();
603
_extendedProperties
= value;
4 references to _extendedProperties
PresentationCore (4)
Core\CSharp\System\Windows\Ink\StrokeCollection.cs (4)
292
if (
_extendedProperties
!= null )
294
clone._extendedProperties =
_extendedProperties
.Clone();
589
if (
_extendedProperties
== null )
594
return
_extendedProperties
;