21 references to Control
System.Windows.Forms (21)
winforms\Managed\System\WinForms\DataGrid.cs (9)
7706if (biDiKe.Control && !biDiKe.Alt) 7784if (biDiKe.Control && !biDiKe.Alt) 7864if (biDiKe.Control && !biDiKe.Alt) 7873if (biDiKe.Control) 7922} else if (biDiKe.Control && !biDiKe.Alt) { 7957} else if (biDiKe.Control && !biDiKe.Alt) { 8055if (biDiKe.Control && !biDiKe.Alt) { 8109if (biDiKe.Control && !biDiKe.Alt) { 8159if (biDiKe.Control && !biDiKe.Alt)
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (3)
473return e.KeyCode == Keys.Space && !e.Alt && !e.Control && !e.Shift; 513if (e.KeyCode == Keys.Space && !e.Alt && !e.Control && !e.Shift) 530if (!e.Alt && !e.Control && !e.Shift)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (3)
868return e.KeyCode == Keys.Space && !e.Alt && !e.Control && !e.Shift; 944if (e.KeyCode == Keys.Space && !e.Alt && !e.Control && !e.Shift) 961if (!e.Alt && !e.Control && !e.Shift)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
1765!e.Control)
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (2)
779if (e.KeyCode == Keys.Space && !e.Alt && !e.Control && !e.Shift) 834if (e.KeyCode == Keys.Space && !e.Alt && !e.Control && !e.Shift)
winforms\Managed\System\WinForms\DataGridViewTextBoxCell.cs (1)
565!e.Control)
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
2073if (e.Control && char.IsLetter((char)keyCode))
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
2909bool fControl = ke.Control;