2 writes to _selectedStrokes
PresentationFramework (2)
src\Framework\MS\Internal\Ink\InkCanvasSelection.cs (2)
86
_selectedStrokes
= new StrokeCollection();
248
_selectedStrokes
= strokes;
2 references to _selectedStrokes
PresentationFramework (2)
src\Framework\MS\Internal\Ink\InkCanvasSelection.cs (2)
84
if (
_selectedStrokes
== null )
90
return
_selectedStrokes
;