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