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