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