22 references to Shift
System.Windows.Forms (20)
winforms\Managed\System\WinForms\DataGrid.cs (9)
7708
if (biDiKe.
Shift
)
7732
else if (biDiKe.
Shift
)
7786
if (biDiKe.
Shift
)
7810
else if (biDiKe.
Shift
)
7888
if (biDiKe.
Shift
)
7905
if (biDiKe.
Shift
)
7939
if (biDiKe.
Shift
)
8059
if (biDiKe.
Shift
)
8113
if (biDiKe.
Shift
)
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)
1761
(e.KeyCode == Keys.Space && !e.
Shift
) ||
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)
563
(e.KeyCode == Keys.Space && !e.
Shift
)) &&
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
2910
bool fShift = ke.
Shift
;
System.Workflow.ComponentModel (2)
AuthoringOM\Design\CompositeActivityDesigner.cs (2)
1360
(e.KeyCode == Keys.Tab && !e.
Shift
))
1388
(e.KeyCode == Keys.Tab && e.
Shift
))