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