25 references to Alt
System.Windows.Forms (25)
winforms\Managed\System\WinForms\DataGrid.cs (12)
7706if (biDiKe.Control && !biDiKe.Alt) 7765else if (biDiKe.Alt) 7784if (biDiKe.Control && !biDiKe.Alt) 7849else if (biDiKe.Alt) 7864if (biDiKe.Control && !biDiKe.Alt) 7922} else if (biDiKe.Control && !biDiKe.Alt) { 7957} else if (biDiKe.Control && !biDiKe.Alt) { 8010if ((biDiKe.Modifiers & Keys.Control) == Keys.Control && !biDiKe.Alt) 8055if (biDiKe.Control && !biDiKe.Alt) { 8109if (biDiKe.Control && !biDiKe.Alt) { 8140if ((biDiKe.Modifiers & Keys.Control) != 0 && !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 (2)
1763((e.KeyCode == Keys.Down || e.KeyCode == Keys.Up) && e.Alt)) && 1764(!e.Alt || (e.KeyCode == Keys.Down || e.KeyCode == Keys.Up)) &&
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)
564!e.Alt &&
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
2718bool fAlt = ke.Alt; 2912bool fAlt = ke.Alt;