2 writes to _selectedStrokes
PresentationFramework (2)
MS\Internal\Ink\InkCanvasSelection.cs (2)
65
_selectedStrokes
= new StrokeCollection();
226
_selectedStrokes
= strokes;
2 references to _selectedStrokes
PresentationFramework (2)
MS\Internal\Ink\InkCanvasSelection.cs (2)
63
if (
_selectedStrokes
== null )
69
return
_selectedStrokes
;