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