2 writes to _added
PresentationCore (2)
Core\CSharp\System\Windows\Ink\Events.cs (2)
44
_added
= ( added == null ) ? null : new StrokeCollection.ReadOnlyStrokeCollection(added);
55
_added
= new StrokeCollection.ReadOnlyStrokeCollection(new StrokeCollection());
2 references to _added
PresentationCore (2)
Core\CSharp\System\Windows\Ink\Events.cs (2)
53
if (
_added
== null )
57
return
_added
;