12 references to C
System.Windows.Forms (12)
winforms\Managed\System\WinForms\DataGrid.cs (1)
7502case Keys.C:
winforms\Managed\System\WinForms\DataGridViewMethods.cs (5)
10269case Keys.C: 16162case Keys.C: 20630else if (key == Keys.C || key == Keys.Insert) 22287((keyData & (Keys.Shift | Keys.Control | Keys.Alt)) == (Keys.Control | Keys.Shift) && (keyData & Keys.KeyCode) == Keys.C)) && 24723case Keys.C:
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (4)
3067goto case Keys.C; 3068case Keys.C: 3105if (gridEntry != null && ke.KeyData == (Keys.C | Keys.Alt | Keys.Shift | Keys.Control)) { 6734case Keys.C:
winforms\Managed\System\WinForms\Shortcut.cs (2)
50CtrlC = Keys.Control + Keys.C, 232CtrlShiftC = Keys.Control + Keys.Shift + Keys.C,