25 references to Alt
System.Windows.Forms (25)
winforms\Managed\System\WinForms\DataGrid.cs (12)
7706
if (biDiKe.Control && !biDiKe.
Alt
)
7765
else if (biDiKe.
Alt
)
7784
if (biDiKe.Control && !biDiKe.
Alt
)
7849
else if (biDiKe.
Alt
)
7864
if (biDiKe.Control && !biDiKe.
Alt
)
7922
} else if (biDiKe.Control && !biDiKe.
Alt
) {
7957
} else if (biDiKe.Control && !biDiKe.
Alt
) {
8010
if ((biDiKe.Modifiers & Keys.Control) == Keys.Control && !biDiKe.
Alt
)
8055
if (biDiKe.Control && !biDiKe.
Alt
) {
8109
if (biDiKe.Control && !biDiKe.
Alt
) {
8140
if ((biDiKe.Modifiers & Keys.Control) != 0 && !biDiKe.
Alt
)
8159
if (biDiKe.Control && !biDiKe.
Alt
)
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (3)
473
return e.KeyCode == Keys.Space && !e.
Alt
&& !e.Control && !e.Shift;
513
if (e.KeyCode == Keys.Space && !e.
Alt
&& !e.Control && !e.Shift)
530
if (!e.
Alt
&& !e.Control && !e.Shift)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (3)
868
return e.KeyCode == Keys.Space && !e.
Alt
&& !e.Control && !e.Shift;
944
if (e.KeyCode == Keys.Space && !e.
Alt
&& !e.Control && !e.Shift)
961
if (!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)
779
if (e.KeyCode == Keys.Space && !e.
Alt
&& !e.Control && !e.Shift)
834
if (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)
2718
bool fAlt = ke.
Alt
;
2912
bool fAlt = ke.
Alt
;