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)
61
if (
_removed
== null )
65
return
_removed
;