6 references to SelectionEditingBehavior
PresentationFramework (6)
MS\Internal\Ink\EditingCoordinator.cs (5)
171if ( currentBehavior == SelectionEditingBehavior ) 357Debug.Assert(behavior == LassoSelectionBehavior || behavior == SelectionEditingBehavior, 368Debug.Assert(behavior != LassoSelectionBehavior && behavior != SelectionEditingBehavior, 1168else if ( behavior == SelectionEditingBehavior ) 1205else if ( behavior == SelectionEditingBehavior )
MS\Internal\Ink\SelectionEditor.cs (1)
157EditingCoordinator.ActivateDynamicBehavior(EditingCoordinator.SelectionEditingBehavior, args.Device);