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