4 instantiations of ReadOnlyStrokeCollection
PresentationCore (4)
Core\CSharp\System\Windows\Ink\Events.cs (4)
44
_added = ( added == null ) ? null : new StrokeCollection.
ReadOnlyStrokeCollection
(added);
45
_removed = ( removed == null ) ? null : new StrokeCollection.
ReadOnlyStrokeCollection
(removed);
55
_added = new StrokeCollection.
ReadOnlyStrokeCollection
(new StrokeCollection());
68
_removed = new StrokeCollection.
ReadOnlyStrokeCollection
(new StrokeCollection());
2 references to ReadOnlyStrokeCollection
PresentationCore (2)
Core\CSharp\System\Windows\Ink\Events.cs (2)
26
private StrokeCollection.
ReadOnlyStrokeCollection
_added;
27
private StrokeCollection.
ReadOnlyStrokeCollection
_removed;