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