21 references to Control
System.Windows.Forms (21)
winforms\Managed\System\WinForms\DataGrid.cs (9)
7706
if (biDiKe.
Control
&& !biDiKe.Alt)
7784
if (biDiKe.
Control
&& !biDiKe.Alt)
7864
if (biDiKe.
Control
&& !biDiKe.Alt)
7873
if (biDiKe.
Control
)
7922
} else if (biDiKe.
Control
&& !biDiKe.Alt) {
7957
} else if (biDiKe.
Control
&& !biDiKe.Alt) {
8055
if (biDiKe.
Control
&& !biDiKe.Alt) {
8109
if (biDiKe.
Control
&& !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 (1)
1765
!e.
Control
)
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)
565
!e.
Control
)
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
2073
if (e.
Control
&& char.IsLetter((char)keyCode))
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
2909
bool fControl = ke.
Control
;