6 references to SelectionEditingBehavior
PresentationFramework (6)
src\Framework\MS\Internal\Ink\EditingCoordinator.cs (5)
199
if ( currentBehavior ==
SelectionEditingBehavior
)
385
Debug.Assert(behavior == LassoSelectionBehavior || behavior ==
SelectionEditingBehavior
,
396
Debug.Assert(behavior != LassoSelectionBehavior && behavior !=
SelectionEditingBehavior
,
1239
else if ( behavior ==
SelectionEditingBehavior
)
1276
else if ( behavior ==
SelectionEditingBehavior
)
src\Framework\MS\Internal\Ink\SelectionEditor.cs (1)
187
EditingCoordinator.ActivateDynamicBehavior(EditingCoordinator.
SelectionEditingBehavior
, args.Device);