4 instantiations of ReadOnlyStrokeCollection
PresentationCore (4)
System\Windows\Ink\Events.cs (4)
46
_added = ( added == null ) ? null : new StrokeCollection.
ReadOnlyStrokeCollection
(added);
47
_removed = ( removed == null ) ? null : new StrokeCollection.
ReadOnlyStrokeCollection
(removed);
57
_added = new StrokeCollection.
ReadOnlyStrokeCollection
(new StrokeCollection());
70
_removed = new StrokeCollection.
ReadOnlyStrokeCollection
(new StrokeCollection());
2 references to ReadOnlyStrokeCollection
PresentationCore (2)
System\Windows\Ink\Events.cs (2)
28
private StrokeCollection.
ReadOnlyStrokeCollection
_added;
29
private StrokeCollection.
ReadOnlyStrokeCollection
_removed;