2 writes to _strokes
PresentationFramework (2)
MS\Internal\Ink\ISFClipboardData.cs (2)
36
_strokes
= strokes;
105
_strokes
= fSucceeded ? newStrokes : new StrokeCollection();
1 reference to _strokes
PresentationFramework (1)
MS\Internal\Ink\ISFClipboardData.cs (1)
123
return
_strokes
;