4 instantiations of 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());
2 references to ReadOnlyStrokeCollection
PresentationCore (2)
System\Windows\Ink\Events.cs (2)
22private StrokeCollection.ReadOnlyStrokeCollection _added; 23private StrokeCollection.ReadOnlyStrokeCollection _removed;