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