4 references to 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());