4 references to ReadOnlyStrokeCollection
PresentationCore (4)
System\Windows\Ink\Events.cs (4)
40
_added = ( added == null ) ? null : new StrokeCollection.
ReadOnlyStrokeCollection
(added);
41
_removed = ( removed == null ) ? null : new StrokeCollection.
ReadOnlyStrokeCollection
(removed);
51
_added = new StrokeCollection.
ReadOnlyStrokeCollection
(new StrokeCollection());
64
_removed = new StrokeCollection.
ReadOnlyStrokeCollection
(new StrokeCollection());