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