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