2 writes to _removed
PresentationCore (2)
System\Windows\Ink\Events.cs (2)
41_removed = ( removed == null ) ? null : new StrokeCollection.ReadOnlyStrokeCollection(removed); 64_removed = new StrokeCollection.ReadOnlyStrokeCollection(new StrokeCollection());
2 references to _removed
PresentationCore (2)
System\Windows\Ink\Events.cs (2)
62if ( _removed == null ) 66return _removed;