1 write to _selectionEditingBehavior
PresentationFramework (1)
MS\Internal\Ink\EditingCoordinator.cs (1)
488
_selectionEditingBehavior
= new SelectionEditingBehavior(this, _inkCanvas);
2 references to _selectionEditingBehavior
PresentationFramework (2)
MS\Internal\Ink\EditingCoordinator.cs (2)
486
if (
_selectionEditingBehavior
== null )
490
return
_selectionEditingBehavior
;