249 references to Shift
System.Windows.Forms (231)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
379target.SelectNextControl(null, ModifierKeys != Keys.Shift, tabStopOnly: true, nested: true, wrap: true);
System\Windows\Forms\Control.cs (1)
2792modifiers |= Keys.Shift;
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3064&& (keyData == (Keys.Control | Keys.Back) || keyData == (Keys.Control | Keys.Shift | Keys.Back)))
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (125)
10137return GetTabKeyEffective((keyData & Keys.Shift) == Keys.Shift, (keyData & Keys.Control) == Keys.Control); 10142if ((keyData & (Keys.Control | Keys.Shift | Keys.Alt)) == Keys.Control) 10153if ((keyData & (Keys.Control | Keys.Shift | Keys.Alt)) == Keys.Control) 10163if ((keyData & (Keys.Control | Keys.Shift | Keys.Alt)) == Keys.Shift 11953bool isShiftDown = (nModifier & Keys.Shift) == Keys.Shift; 16522if ((ModifierKeys & (Keys.Shift | Keys.Alt)) != 0 || MouseButtons != MouseButtons.None) 19980if ((keyData & (Keys.Shift | Keys.Control | Keys.Alt)) == Keys.Control && MultiSelect) 20238if ((keyData & Keys.Shift) == Keys.Shift) 20361if ((keyData & Keys.Shift) == Keys.Shift) 20491if ((keyData & Keys.Shift) == Keys.Shift) 20603if ((keyData & Keys.Shift) == Keys.Shift) 20727if ((keyData & Keys.Shift) == Keys.Shift) 20873if ((keyData & Keys.Shift) == Keys.Shift) 21152return ProcessRightMost((keyData & Keys.Shift) == Keys.Shift, lastVisibleColumnIndex, firstVisibleRowIndex); 21166if ((keyData & Keys.Shift) == Keys.Shift) 21201return ProcessRightMost((keyData & Keys.Shift) == Keys.Shift, lastVisibleColumnIndex, firstVisibleRowIndex); 21215if ((keyData & Keys.Shift) == Keys.Shift) 21278return ProcessRightMost((keyData & Keys.Shift) == Keys.Shift, lastVisibleColumnIndex, firstVisibleRowIndex); 21293if ((keyData & Keys.Shift) == Keys.Shift) 21318return ProcessRightMost((keyData & Keys.Shift) == Keys.Shift, lastVisibleColumnIndex, firstVisibleRowIndex); 21322if ((keyData & Keys.Shift) == Keys.Shift) 21409return ProcessRightMost((keyData & Keys.Shift) == Keys.Shift, lastVisibleColumnIndex, firstVisibleRowIndex); 21424if ((keyData & Keys.Shift) == Keys.Shift) 21471keyData &= ~Keys.Shift; 21626return ProcessLeftMost((keyData & Keys.Shift) == Keys.Shift, firstVisibleColumnIndex, firstVisibleRowIndex); 21640if ((keyData & Keys.Shift) == Keys.Shift) 21675return ProcessLeftMost((keyData & Keys.Shift) == Keys.Shift, firstVisibleColumnIndex, firstVisibleRowIndex); 21689if ((keyData & Keys.Shift) == Keys.Shift) 21752return ProcessLeftMost((keyData & Keys.Shift) == Keys.Shift, firstVisibleColumnIndex, firstVisibleRowIndex); 21767if ((keyData & Keys.Shift) == Keys.Shift) 21797return ProcessLeftMost((keyData & Keys.Shift) == Keys.Shift, firstVisibleColumnIndex, firstVisibleRowIndex); 21801if ((keyData & Keys.Shift) == Keys.Shift) 21888return ProcessLeftMost((keyData & Keys.Shift) == Keys.Shift, firstVisibleColumnIndex, firstVisibleRowIndex); 21920if (((keyData & (Keys.Shift | Keys.Control | Keys.Alt)) == Keys.Control 21921|| ((keyData & (Keys.Shift | Keys.Control | Keys.Alt)) == (Keys.Control | Keys.Shift) 22173return ProcessLeftMost((keyData & Keys.Shift) == Keys.Shift, firstVisibleColumnIndex, firstVisibleRowIndex); 22177if ((keyData & Keys.Shift) == Keys.Shift) 22284return ProcessLeftMost((keyData & Keys.Shift) == Keys.Shift, firstVisibleColumnIndex, firstVisibleRowIndex); 22288if ((keyData & Keys.Shift) == Keys.Shift) 22393return ProcessLeftMost((keyData & Keys.Shift) == Keys.Shift, firstVisibleColumnIndex, firstVisibleRowIndex); 22397if ((keyData & Keys.Shift) == Keys.Shift) 22537return ProcessLeftMost((keyData & Keys.Shift) == Keys.Shift, firstVisibleColumnIndex, firstVisibleRowIndex); 23101if ((keyData & Keys.Shift) == Keys.Shift && MultiSelect) 23141if ((keyData & Keys.Shift) == Keys.Shift && MultiSelect) 23177if ((keyData & Keys.Shift) == Keys.Shift && MultiSelect) 23360if ((keyData & Keys.Shift) == Keys.Shift && MultiSelect) 23399if ((keyData & Keys.Shift) == Keys.Shift && MultiSelect) 23435if ((keyData & Keys.Shift) == Keys.Shift && MultiSelect) 23552return ProcessRightMost((keyData & Keys.Shift) == Keys.Shift, lastVisibleColumnIndex, firstVisibleRowIndex); 23556if ((keyData & Keys.Shift) == Keys.Shift) 23662return ProcessRightMost((keyData & Keys.Shift) == Keys.Shift, lastVisibleColumnIndex, firstVisibleRowIndex); 23666if ((keyData & Keys.Shift) == Keys.Shift) 23771return ProcessRightMost((keyData & Keys.Shift) == Keys.Shift, lastVisibleColumnIndex, firstVisibleRowIndex); 23775if ((keyData & Keys.Shift) == Keys.Shift) 23917return ProcessRightMost((keyData & Keys.Shift) == Keys.Shift, lastVisibleColumnIndex, firstVisibleRowIndex); 24329if ((keyData & (Keys.Control | Keys.Shift | Keys.Alt)) == Keys.Shift && _ptCurrentCell.X != -1) 24418if ((keyData & Keys.Shift) == Keys.Shift) 24458if ((keyData & Keys.Shift) == Keys.Shift) 24626if ((keyData & Keys.Shift) == Keys.Shift) 24718if ((keyData & Keys.Shift) == Keys.Shift) 24824if ((keyData & Keys.Shift) == Keys.Shift) 24909if ((keyData & Keys.Shift) == Keys.Shift) 25008if ((keyData & Keys.Shift) == Keys.Shift) 25127if ((keyData & Keys.Shift) == Keys.Shift) 25359if ((keyData & (Keys.Alt | Keys.Shift | Keys.Control)) == Keys.Control && IsCurrentCellInEditMode) 30091if (GetTabKeyEffective((modifierKeys & Keys.Shift) == Keys.Shift, (modifierKeys & Keys.Control) == Keys.Control))
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxEditingControl.cs (3)
199if ((keyData & (Keys.Control | Keys.Shift | Keys.Alt)) == Keys.Shift && Multiline && AcceptsReturn) 255&& !(ModifierKeys == Keys.Shift && Multiline && AcceptsReturn))
System\Windows\Forms\Controls\Labels\LinkLabel.cs (2)
1426bool forward = (keyData & Keys.Shift) != Keys.Shift;
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
3278if (keyData.HasFlag(Keys.Shift))
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (6)
1576if ((modifiers & ~Keys.Shift) != 0) 2533&& (e.Modifiers & ~Keys.Shift) != 0) 2958if (e.KeyData == (Keys.C | Keys.Alt | Keys.Shift | Keys.Control)) 3162if ((ModifierKeys & (Keys.Shift | Keys.Alt)) != 0 || MouseButtons != MouseButtons.None) 3881bool forward = (keyData & Keys.Shift) == 0; 5374if (_selectedGridEntry is not null && (ModifierKeys & Keys.Shift) == 0)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
525if ((keyData & (Keys.Shift | Keys.Control | Keys.Alt)) == 0)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (7)
190if (((keyData & Keys.Control) != 0) && ((keyData & Keys.Shift) == 0) && ((keyData & Keys.Alt) == 0)) 198if (((keyData & Keys.Control) != 0) && ((keyData & Keys.Shift) == 0) && ((keyData & Keys.Alt) == 0)) 209if (((keyData & Keys.Control) != 0) ^ ((keyData & Keys.Shift) == 0)) 218if (((keyData & Keys.Control) == 0) && ((keyData & Keys.Shift) != 0) && ((keyData & Keys.Alt) == 0)) 222else if (((keyData & Keys.Control) == 0) && ((keyData & Keys.Shift) == 0) && ((keyData & Keys.Alt) == 0)) 247if ((keyData & (Keys.Shift | Keys.Control | Keys.Alt)) == 0) 357if (PropertyGridView.EditTextBoxNeedsCommit || PropertyGridView.WantsTab(forward: (ModifierKeys & Keys.Shift) == 0))
System\Windows\Forms\Controls\RichTextBox\RichTextBox.OleCallback.cs (2)
116if ((modifierKeys & Keys.Shift) == Keys.Shift)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1392bool forward = (ke.KeyData & Keys.Shift) == 0;
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1901case Keys.Shift:
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (2)
189(int)keyData == (shortcutValue | (int)Keys.Shift)) 214&& keyData != (Keys.Control | Keys.Shift | Keys.Back)))
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
2718&& ToolStripManager.SelectNextToolStrip(this, forward: (keyData & Keys.Shift) == Keys.None)) 2774retVal = ProcessTabKey((keyData & Keys.Shift) == Keys.None);
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (1)
682if (modifiers == Keys.Shift)
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
923if ((ModifierKeys & (Keys.Shift | Keys.Alt)) != 0 || MouseButtons != MouseButtons.None)
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
831if ((ModifierKeys & (Keys.Shift | Keys.Alt)) != 0 || MouseButtons != MouseButtons.None)
System\Windows\Forms\Input\KeyEventArgs.cs (2)
79public virtual bool Shift => (KeyData & Keys.Shift) == Keys.Shift;
System\Windows\Forms\Input\KeysConverter.cs (1)
60AddLocalizedKey(nameof(SR.toStringShift), Keys.Shift);
System\Windows\Forms\Input\PreviewKeyDownEventArgs.cs (2)
63public bool Shift => (KeyData & Keys.Shift) == Keys.Shift;
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
1194if (ProcessTabKey((keyData & Keys.Shift) == Keys.None))
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
2314if (ProcessTabKey((keyData & Keys.Shift) == Keys.None))
System\Windows\Forms\SendKeys\SendKeys.cs (3)
71new("%", (Keys.D5 | Keys.Shift)), 72new("^", (Keys.D6 | Keys.Shift)), 486if (haveKeys.HaveShift == 0 && (vk & (int)Keys.Shift) != 0)
System\Windows\Forms\Shortcut.cs (62)
149CtrlShiftA = Keys.Control + Keys.Shift + Keys.A, 154CtrlShiftB = Keys.Control + Keys.Shift + Keys.B, 159CtrlShiftC = Keys.Control + Keys.Shift + Keys.C, 164CtrlShiftD = Keys.Control + Keys.Shift + Keys.D, 169CtrlShiftE = Keys.Control + Keys.Shift + Keys.E, 174CtrlShiftF = Keys.Control + Keys.Shift + Keys.F, 179CtrlShiftG = Keys.Control + Keys.Shift + Keys.G, 184CtrlShiftH = Keys.Control + Keys.Shift + Keys.H, 189CtrlShiftI = Keys.Control + Keys.Shift + Keys.I, 194CtrlShiftJ = Keys.Control + Keys.Shift + Keys.J, 199CtrlShiftK = Keys.Control + Keys.Shift + Keys.K, 204CtrlShiftL = Keys.Control + Keys.Shift + Keys.L, 209CtrlShiftM = Keys.Control + Keys.Shift + Keys.M, 214CtrlShiftN = Keys.Control + Keys.Shift + Keys.N, 219CtrlShiftO = Keys.Control + Keys.Shift + Keys.O, 224CtrlShiftP = Keys.Control + Keys.Shift + Keys.P, 229CtrlShiftQ = Keys.Control + Keys.Shift + Keys.Q, 234CtrlShiftR = Keys.Control + Keys.Shift + Keys.R, 239CtrlShiftS = Keys.Control + Keys.Shift + Keys.S, 244CtrlShiftT = Keys.Control + Keys.Shift + Keys.T, 249CtrlShiftU = Keys.Control + Keys.Shift + Keys.U, 254CtrlShiftV = Keys.Control + Keys.Shift + Keys.V, 259CtrlShiftW = Keys.Control + Keys.Shift + Keys.W, 264CtrlShiftX = Keys.Control + Keys.Shift + Keys.X, 269CtrlShiftY = Keys.Control + Keys.Shift + Keys.Y, 274CtrlShiftZ = Keys.Control + Keys.Shift + Keys.Z, 335ShiftF1 = Keys.Shift + Keys.F1, 340ShiftF2 = Keys.Shift + Keys.F2, 345ShiftF3 = Keys.Shift + Keys.F3, 350ShiftF4 = Keys.Shift + Keys.F4, 355ShiftF5 = Keys.Shift + Keys.F5, 360ShiftF6 = Keys.Shift + Keys.F6, 365ShiftF7 = Keys.Shift + Keys.F7, 370ShiftF8 = Keys.Shift + Keys.F8, 375ShiftF9 = Keys.Shift + Keys.F9, 380ShiftF10 = Keys.Shift + Keys.F10, 385ShiftF11 = Keys.Shift + Keys.F11, 390ShiftF12 = Keys.Shift + Keys.F12, 455CtrlShiftF1 = Keys.Control + Keys.Shift + Keys.F1, 460CtrlShiftF2 = Keys.Control + Keys.Shift + Keys.F2, 465CtrlShiftF3 = Keys.Control + Keys.Shift + Keys.F3, 470CtrlShiftF4 = Keys.Control + Keys.Shift + Keys.F4, 475CtrlShiftF5 = Keys.Control + Keys.Shift + Keys.F5, 480CtrlShiftF6 = Keys.Control + Keys.Shift + Keys.F6, 485CtrlShiftF7 = Keys.Control + Keys.Shift + Keys.F7, 490CtrlShiftF8 = Keys.Control + Keys.Shift + Keys.F8, 495CtrlShiftF9 = Keys.Control + Keys.Shift + Keys.F9, 500CtrlShiftF10 = Keys.Control + Keys.Shift + Keys.F10, 505CtrlShiftF11 = Keys.Control + Keys.Shift + Keys.F11, 510CtrlShiftF12 = Keys.Control + Keys.Shift + Keys.F12, 525ShiftIns = Keys.Shift + Keys.Insert, 540ShiftDel = Keys.Shift + Keys.Delete, 730CtrlShift0 = Keys.Control + Keys.Shift + Keys.D0, 735CtrlShift1 = Keys.Control + Keys.Shift + Keys.D1, 740CtrlShift2 = Keys.Control + Keys.Shift + Keys.D2, 745CtrlShift3 = Keys.Control + Keys.Shift + Keys.D3, 750CtrlShift4 = Keys.Control + Keys.Shift + Keys.D4, 755CtrlShift5 = Keys.Control + Keys.Shift + Keys.D5, 760CtrlShift6 = Keys.Control + Keys.Shift + Keys.D6, 765CtrlShift7 = Keys.Control + Keys.Shift + Keys.D7, 770CtrlShift8 = Keys.Control + Keys.Shift + Keys.D8, 775CtrlShift9 = Keys.Control + Keys.Shift + Keys.D9,
System.Windows.Forms.Design (16)
System\ComponentModel\Design\MultilineStringEditor.MultilineStringEditorUI.cs (1)
76if ((keyData & (Keys.Shift | Keys.Alt)) == 0)
System\ComponentModel\Design\SelectionService.cs (2)
373fToggle = (Control.ModifierKeys & (Keys.Control | Keys.Shift)) > 0; 374fAdd |= Control.ModifierKeys == Keys.Shift;
System\Drawing\Design\ColorEditor.ColorUI.cs (1)
341bool forward = (keyData & Keys.Shift) == 0;
System\Drawing\Design\ContentAlignmentEditor.ContentUI.cs (1)
431int nextTabIndex = CheckedControl.TabIndex + ((keyData & Keys.Shift) == 0 ? 1 : -1);
System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs (1)
335i += (keyData & Keys.Shift) == 0 ? 1 : -1;
System\Windows\Forms\Design\ControlDesigner.cs (1)
1347bool shiftSelect = (Control.ModifierKeys & Keys.Shift) != 0;
System\Windows\Forms\Design\DockEditor.DockUI.cs (1)
252i += (keyData & Keys.Shift) == 0 ? 1 : -1;
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (3)
265if (keyModifiers == Keys.Shift && 329_shiftCheckBox.Checked = (keys & Keys.Shift) != 0; 374valueKeys |= Keys.Shift;
System\Windows\Forms\Design\ToolStripItemBehavior.cs (2)
352bool removeSel = (Control.ModifierKeys & (Keys.Control | Keys.Shift)) > 0; 381bool shiftPressed = (Control.ModifierKeys & Keys.Shift) > 0;
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (2)
683bool shiftPressed = (Control.ModifierKeys & Keys.Shift) > 0; 728bool shiftPressed = (Control.ModifierKeys & Keys.Shift) > 0;
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
1673retVal = ProcessTabKey((keyData & Keys.Shift) == Keys.None);
WindowsFormsIntegration (2)
System\Windows\Integration\Convert.cs (2)
197if ((keyData & SWF.Keys.Shift) == SWF.Keys.Shift)