2 writes to _strokes
PresentationFramework (2)
src\Framework\MS\Internal\Ink\ISFClipboardData.cs (2)
43
_strokes
= strokes;
124
_strokes
= fSucceeded ? newStrokes : new StrokeCollection();
1 reference to _strokes
PresentationFramework (1)
src\Framework\MS\Internal\Ink\ISFClipboardData.cs (1)
142
return
_strokes
;