3 references to StrokeCollection
PresentationCore (1)
System\Windows\Ink\StrokeCollectionConverter.cs (1)
100return new StrokeCollection(ms);
PresentationFramework (2)
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (1)
413strokes = new StrokeCollection(stream);
MS\Internal\Ink\ISFClipboardData.cs (1)
96newStrokes = new StrokeCollection(stream);