2 writes to _selectedStrokes
PresentationFramework (2)
MS\Internal\Ink\InkCanvasSelection.cs (2)
65_selectedStrokes = new StrokeCollection(); 226_selectedStrokes = strokes;
2 references to _selectedStrokes
PresentationFramework (2)
MS\Internal\Ink\InkCanvasSelection.cs (2)
63if ( _selectedStrokes == null ) 69return _selectedStrokes;