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