2 writes to _removed
PresentationCore (2)
System\Windows\Ink\Events.cs (2)
40_removed = ( removed == null ) ? null : new StrokeCollection.ReadOnlyStrokeCollection(removed); 63_removed = new StrokeCollection.ReadOnlyStrokeCollection(new StrokeCollection());
2 references to _removed
PresentationCore (2)
System\Windows\Ink\Events.cs (2)
61if ( _removed == null ) 65return _removed;