2 writes to _added
PresentationCore (2)
Core\CSharp\System\Windows\Ink\Events.cs (2)
44_added = ( added == null ) ? null : new StrokeCollection.ReadOnlyStrokeCollection(added); 55_added = new StrokeCollection.ReadOnlyStrokeCollection(new StrokeCollection());
2 references to _added
PresentationCore (2)
Core\CSharp\System\Windows\Ink\Events.cs (2)
53if ( _added == null ) 57return _added;