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