1 write to _selectionEditor
PresentationFramework (1)
MS\Internal\Ink\EditingCoordinator.cs (1)
519
_selectionEditor
= new SelectionEditor(this, _inkCanvas);
2 references to _selectionEditor
PresentationFramework (2)
MS\Internal\Ink\EditingCoordinator.cs (2)
517
if (
_selectionEditor
== null )
521
return
_selectionEditor
;