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