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)
76if ( _selectedStrokes == null ) 82return _selectedStrokes;