10 references to Cut
PresentationCore (1)
System\Windows\Input\Command\CommandDevice.cs (1)
227appCommand = ApplicationCommands.Cut;
PresentationFramework (8)
System\Windows\Controls\InkCanvas.cs (4)
2470CommandHelpers.RegisterCommandHandler(ownerType, ApplicationCommands.Cut, 2714else if ( command == ApplicationCommands.Cut ) 2787|| command == ApplicationCommands.Cut 2824if ( command == ApplicationCommands.Cut || command == ApplicationCommands.Copy
System\windows\Documents\TextEditorContextMenu.cs (1)
618Command = ApplicationCommands.Cut
System\windows\Documents\TextEditorCopyPaste.cs (1)
44CommandHelpers.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)
359/// the application would take control of handling <see cref="System.Windows.Input.ApplicationCommands.Cut"/>
System\Windows\Input\Command\CommandConverter.cs (1)
306knownCommand = ApplicationCommands.Cut;
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2157enforcer.AddBinding(new PolicyBinding(ApplicationCommands.Cut, RightsManagementPolicy.AllowCopy));