2 writes to _added
PresentationCore (2)
System\Windows\Ink\Events.cs (2)
40_added = ( added == null ) ? null : new StrokeCollection.ReadOnlyStrokeCollection(added); 51_added = new StrokeCollection.ReadOnlyStrokeCollection(new StrokeCollection());
2 references to _added
PresentationCore (2)
System\Windows\Ink\Events.cs (2)
49if ( _added == null ) 53return _added;