2 writes to _added
PresentationCore (2)
System\Windows\Ink\Events.cs (2)
39_added = ( added == null ) ? null : new StrokeCollection.ReadOnlyStrokeCollection(added); 50_added = new StrokeCollection.ReadOnlyStrokeCollection(new StrokeCollection());
2 references to _added
PresentationCore (2)
System\Windows\Ink\Events.cs (2)
48if ( _added == null ) 52return _added;