9 references to X
Accessibility_Core_App (1)
Menu_Toolbars_controls.Designer.cs (1)
265cutToolStripMenuItem.ShortcutKeys = Keys.Control | Keys.X;
DesignSurface (1)
MainForm.Designer.cs (1)
216this.ToolStripMenuItemCut.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
2887goto case Keys.X; 2891case Keys.X:
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
185case Keys.X:
System\Windows\Forms\Shortcut.cs (2)
134CtrlX = Keys.Control + Keys.X, 264CtrlShiftX = Keys.Control + Keys.Shift + Keys.X,
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
30Keys.Right, Keys.S, Keys.Space, Keys.T, Keys.Tab, Keys.U, Keys.Up, Keys.V, Keys.W, Keys.X, Keys.Y, Keys.Z
System\Windows\Forms\Design\StandardMenuStripVerb.cs (1)
91[/*Edit*/Keys.None, /*Undo*/Keys.Control | Keys.Z, /*Redo*/Keys.Control | Keys.Y, /*Separator*/Keys.None, /*Cut*/ Keys.Control | Keys.X, /*Copy*/ Keys.Control | Keys.C, /*Paste*/Keys.Control | Keys.V, /*Separator*/ Keys.None, /*SelectAll*/Keys.None],