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