1 write to _selection
PresentationFramework (1)
System\Windows\Controls\InkCanvas.cs (1)
2220
_selection
= new InkCanvasSelection(this);
2 references to _selection
PresentationFramework (2)
System\Windows\Controls\InkCanvas.cs (2)
2218
if (
_selection
== null )
2223
return
_selection
;