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