10 references to Cut
PresentationCore (1)
System\Windows\Input\Command\CommandDevice.cs (1)
226appCommand = ApplicationCommands.Cut;
PresentationFramework (8)
System\Windows\Controls\InkCanvas.cs (4)
2469CommandHelpers.RegisterCommandHandler(ownerType, ApplicationCommands.Cut, 2713else if ( command == ApplicationCommands.Cut ) 2786|| command == ApplicationCommands.Cut 2823if ( command == ApplicationCommands.Cut || command == ApplicationCommands.Copy
System\windows\Documents\TextEditorContextMenu.cs (1)
617Command = ApplicationCommands.Cut
System\windows\Documents\TextEditorCopyPaste.cs (1)
43CommandHelpers.RegisterCommandHandler(controlType, ApplicationCommands.Cut, new ExecutedRoutedEventHandler(OnCut), new CanExecuteRoutedEventHandler(OnQueryStatusCut), KeyGesture.CreateFromResourceStrings(KeyCut, SR.KeyCutDisplayString), KeyGesture.CreateFromResourceStrings(KeyShiftDelete, SR.KeyShiftDeleteDisplayString));
System\Windows\FrameworkCompatibilityPreferences.cs (1)
358/// the application would take control of handling <see cref="System.Windows.Input.ApplicationCommands.Cut"/>
System\Windows\Input\Command\CommandConverter.cs (1)
305knownCommand = ApplicationCommands.Cut;
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2153enforcer.AddBinding(new PolicyBinding(ApplicationCommands.Cut, RightsManagementPolicy.AllowCopy));