2 writes to _removed
PresentationCore (2)
System\Windows\Ink\Events.cs (2)
47_removed = ( removed == null ) ? null : new StrokeCollection.ReadOnlyStrokeCollection(removed); 70_removed = new StrokeCollection.ReadOnlyStrokeCollection(new StrokeCollection());
2 references to _removed
PresentationCore (2)
System\Windows\Ink\Events.cs (2)
68if ( _removed == null ) 72return _removed;