2 writes to _selectedStrokes
PresentationFramework (2)
MS\Internal\Ink\InkCanvasSelection.cs (2)
66
_selectedStrokes
= new StrokeCollection();
227
_selectedStrokes
= strokes;
2 references to _selectedStrokes
PresentationFramework (2)
MS\Internal\Ink\InkCanvasSelection.cs (2)
64
if (
_selectedStrokes
== null )
70
return
_selectedStrokes
;