6 references to SelectionEditingBehavior
PresentationFramework (6)
MS\Internal\Ink\EditingCoordinator.cs (5)
187if ( currentBehavior == SelectionEditingBehavior ) 373Debug.Assert(behavior == LassoSelectionBehavior || behavior == SelectionEditingBehavior, 384Debug.Assert(behavior != LassoSelectionBehavior && behavior != SelectionEditingBehavior, 1193else if ( behavior == SelectionEditingBehavior ) 1230else if ( behavior == SelectionEditingBehavior )
MS\Internal\Ink\SelectionEditor.cs (1)
173EditingCoordinator.ActivateDynamicBehavior(EditingCoordinator.SelectionEditingBehavior, args.Device);