2 writes to _selectedStrokes
PresentationFramework (2)
MS\Internal\Ink\InkCanvasSelection.cs (2)
78
_selectedStrokes
= new StrokeCollection();
239
_selectedStrokes
= strokes;
2 references to _selectedStrokes
PresentationFramework (2)
MS\Internal\Ink\InkCanvasSelection.cs (2)
76
if (
_selectedStrokes
== null )
82
return
_selectedStrokes
;