4 references to Strokes
PresentationFramework (4)
src\Framework\MS\Internal\Ink\ClipboardProcessor.cs (1)
245
newStrokes = isfData.
Strokes
;
src\Framework\MS\Internal\Ink\ISFClipboardData.cs (3)
65
return (
Strokes
!= null &&
Strokes
.Count != 0);
84
Strokes
.Save(stream);