1 write to _selectionEditor
PresentationFramework (1)
src\Framework\MS\Internal\Ink\EditingCoordinator.cs (1)
546
_selectionEditor
= new SelectionEditor(this, _inkCanvas);
2 references to _selectionEditor
PresentationFramework (2)
src\Framework\MS\Internal\Ink\EditingCoordinator.cs (2)
544
if (
_selectionEditor
== null )
548
return
_selectionEditor
;