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