12 references to Cut
PresentationCore (1)
System\Windows\Input\Command\CommandDevice.cs (1)
232appCommand = ApplicationCommands.Cut;
PresentationFramework (10)
MS\Internal\AppModel\OleCmdHelper.cs (2)
192_oleCmdMappingTable.Add((uint)UnsafeNativeMethods.OLECMDID.OLECMDID_CUT, new CommandWithArgument(ApplicationCommands.Cut)); 214_applicationCommandsMappingTable.Add((uint)AppCommands.Edit_Cut, new CommandWithArgument(ApplicationCommands.Cut));
System\Windows\Controls\InkCanvas.cs (4)
2466CommandHelpers.RegisterCommandHandler(ownerType, ApplicationCommands.Cut, 2710else if ( command == ApplicationCommands.Cut ) 2783|| command == ApplicationCommands.Cut 2820if ( command == ApplicationCommands.Cut || command == ApplicationCommands.Copy
System\windows\Documents\TextEditorContextMenu.cs (1)
609menuItem.Command = ApplicationCommands.Cut;
System\windows\Documents\TextEditorCopyPaste.cs (1)
57CommandHelpers.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)
362/// the application would take control of handling <see cref="System.Windows.Input.ApplicationCommands.Cut"/>
System\Windows\Input\Command\CommandConverter.cs (1)
311knownCommand = ApplicationCommands.Cut;
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2161enforcer.AddBinding(new PolicyBinding(ApplicationCommands.Cut, RightsManagementPolicy.AllowCopy));