3 references to StrokeCollection
PresentationCore (1)
Core\CSharp\System\Windows\Ink\StrokeCollectionConverter.cs (1)
101return new StrokeCollection(ms);
PresentationFramework (2)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (1)
419strokes = new StrokeCollection(stream);
src\Framework\MS\Internal\Ink\ISFClipboardData.cs (1)
112newStrokes = new StrokeCollection(stream);