12 references to Cut
PresentationCore (2)
Core\CSharp\System\Windows\Input\Command\CommandDevice.cs (1)
254appCommand = ApplicationCommands.Cut;
Core\CSharp\System\Windows\Input\Command\InputBinding.cs (1)
216&& command != ApplicationCommands.Cut
PresentationFramework (10)
src\Framework\MS\Internal\AppModel\OleCmdHelper.cs (2)
226_oleCmdMappingTable.Value.Add((uint)UnsafeNativeMethods.OLECMDID.OLECMDID_CUT, new CommandWithArgument(ApplicationCommands.Cut)); 255_applicationCommandsMappingTable.Value.Add((uint)AppCommands.Edit_Cut, new CommandWithArgument(ApplicationCommands.Cut));
src\Framework\System\Windows\Controls\InkCanvas.cs (4)
2598CommandHelpers.RegisterCommandHandler(ownerType, ApplicationCommands.Cut, 2850else if ( command == ApplicationCommands.Cut ) 2929|| command == ApplicationCommands.Cut 2966if ( command == ApplicationCommands.Cut || command == ApplicationCommands.Copy
src\Framework\System\windows\Documents\TextEditorContextMenu.cs (1)
649menuItem.Command = ApplicationCommands.Cut;
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (1)
66CommandHelpers.RegisterCommandHandler(controlType, ApplicationCommands.Cut, new ExecutedRoutedEventHandler(OnCut), new CanExecuteRoutedEventHandler(OnQueryStatusCut), KeyGesture.CreateFromResourceStrings(SR.Get(SRID.KeyCut), SR.Get(SRID.KeyCutDisplayString)), KeyGesture.CreateFromResourceStrings(SR.Get(SRID.KeyShiftDelete), SR.Get(SRID.KeyShiftDeleteDisplayString)));
src\Framework\System\Windows\FrameworkCompatibilityPreferences.cs (1)
401/// the application would take control of handling <see cref="System.Windows.Input.ApplicationCommands.Cut"/>
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
322knownCommand = ApplicationCommands.Cut;