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