1 write to _selection
PresentationFramework (1)
src\Framework\System\Windows\Controls\InkCanvas.cs (1)
2345
_selection
= new InkCanvasSelection(this);
2 references to _selection
PresentationFramework (2)
src\Framework\System\Windows\Controls\InkCanvas.cs (2)
2343
if (
_selection
== null )
2348
return
_selection
;