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