6 references to SelectionEditingBehavior
PresentationFramework (6)
MS\Internal\Ink\EditingCoordinator.cs (5)
172if ( currentBehavior == SelectionEditingBehavior ) 358Debug.Assert(behavior == LassoSelectionBehavior || behavior == SelectionEditingBehavior, 369Debug.Assert(behavior != LassoSelectionBehavior && behavior != SelectionEditingBehavior, 1178else if ( behavior == SelectionEditingBehavior ) 1215else if ( behavior == SelectionEditingBehavior )
MS\Internal\Ink\SelectionEditor.cs (1)
158EditingCoordinator.ActivateDynamicBehavior(EditingCoordinator.SelectionEditingBehavior, args.Device);