296 references to Shift
DesignSurface (1)
MainForm.Designer.cs (1)
252
this.ToolStripMenuItemKeyInvokeSmartTag.ShortcutKeys = System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.
Shift
| System.Windows.Forms.Keys.F10;
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Devices\Keyboard.vb (1)
86
Return CType(keys And Keys.
Shift
, Boolean)
System.Windows.Forms (232)
System\Windows\Forms\ActiveX\AxHost.cs (1)
176
Debug.Assert((int)Keys.
Shift
== 0x00010000, "key.shift mismatch");
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
379
target.SelectNextControl(null, ModifierKeys != Keys.
Shift
, tabStopOnly: true, nested: true, wrap: true);
System\Windows\Forms\Control.cs (1)
2516
modifiers |= Keys.
Shift
;
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2938
&& (keyData == (Keys.Control | Keys.Back) || keyData == (Keys.Control | Keys.
Shift
| Keys.Back)))
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (125)
10083
return GetTabKeyEffective((keyData & Keys.
Shift
) == Keys.
Shift
, (keyData & Keys.Control) == Keys.Control);
10088
if ((keyData & (Keys.Control | Keys.
Shift
| Keys.Alt)) == Keys.Control)
10099
if ((keyData & (Keys.Control | Keys.
Shift
| Keys.Alt)) == Keys.Control)
10109
if ((keyData & (Keys.Control | Keys.
Shift
| Keys.Alt)) == Keys.
Shift
11891
bool isShiftDown = (nModifier & Keys.
Shift
) == Keys.
Shift
;
16444
if ((ModifierKeys & (Keys.
Shift
| Keys.Alt)) != 0 || MouseButtons != MouseButtons.None)
19907
if ((keyData & (Keys.
Shift
| Keys.Control | Keys.Alt)) == Keys.Control && MultiSelect)
20170
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
20293
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
20423
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
20535
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
20659
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
20805
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
21084
return ProcessRightMost((keyData & Keys.
Shift
) == Keys.
Shift
, lastVisibleColumnIndex, firstVisibleRowIndex);
21098
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
21133
return ProcessRightMost((keyData & Keys.
Shift
) == Keys.
Shift
, lastVisibleColumnIndex, firstVisibleRowIndex);
21147
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
21210
return ProcessRightMost((keyData & Keys.
Shift
) == Keys.
Shift
, lastVisibleColumnIndex, firstVisibleRowIndex);
21225
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
21250
return ProcessRightMost((keyData & Keys.
Shift
) == Keys.
Shift
, lastVisibleColumnIndex, firstVisibleRowIndex);
21254
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
21341
return ProcessRightMost((keyData & Keys.
Shift
) == Keys.
Shift
, lastVisibleColumnIndex, firstVisibleRowIndex);
21356
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
21403
keyData &= ~Keys.
Shift
;
21558
return ProcessLeftMost((keyData & Keys.
Shift
) == Keys.
Shift
, firstVisibleColumnIndex, firstVisibleRowIndex);
21572
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
21607
return ProcessLeftMost((keyData & Keys.
Shift
) == Keys.
Shift
, firstVisibleColumnIndex, firstVisibleRowIndex);
21621
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
21684
return ProcessLeftMost((keyData & Keys.
Shift
) == Keys.
Shift
, firstVisibleColumnIndex, firstVisibleRowIndex);
21699
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
21729
return ProcessLeftMost((keyData & Keys.
Shift
) == Keys.
Shift
, firstVisibleColumnIndex, firstVisibleRowIndex);
21733
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
21820
return ProcessLeftMost((keyData & Keys.
Shift
) == Keys.
Shift
, firstVisibleColumnIndex, firstVisibleRowIndex);
21852
if (((keyData & (Keys.
Shift
| Keys.Control | Keys.Alt)) == Keys.Control
21853
|| ((keyData & (Keys.
Shift
| Keys.Control | Keys.Alt)) == (Keys.Control | Keys.
Shift
)
22097
return ProcessLeftMost((keyData & Keys.
Shift
) == Keys.
Shift
, firstVisibleColumnIndex, firstVisibleRowIndex);
22101
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
22208
return ProcessLeftMost((keyData & Keys.
Shift
) == Keys.
Shift
, firstVisibleColumnIndex, firstVisibleRowIndex);
22212
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
22317
return ProcessLeftMost((keyData & Keys.
Shift
) == Keys.
Shift
, firstVisibleColumnIndex, firstVisibleRowIndex);
22321
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
22461
return ProcessLeftMost((keyData & Keys.
Shift
) == Keys.
Shift
, firstVisibleColumnIndex, firstVisibleRowIndex);
23022
if ((keyData & Keys.
Shift
) == Keys.
Shift
&& MultiSelect)
23062
if ((keyData & Keys.
Shift
) == Keys.
Shift
&& MultiSelect)
23098
if ((keyData & Keys.
Shift
) == Keys.
Shift
&& MultiSelect)
23279
if ((keyData & Keys.
Shift
) == Keys.
Shift
&& MultiSelect)
23318
if ((keyData & Keys.
Shift
) == Keys.
Shift
&& MultiSelect)
23354
if ((keyData & Keys.
Shift
) == Keys.
Shift
&& MultiSelect)
23471
return ProcessRightMost((keyData & Keys.
Shift
) == Keys.
Shift
, lastVisibleColumnIndex, firstVisibleRowIndex);
23475
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
23581
return ProcessRightMost((keyData & Keys.
Shift
) == Keys.
Shift
, lastVisibleColumnIndex, firstVisibleRowIndex);
23585
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
23690
return ProcessRightMost((keyData & Keys.
Shift
) == Keys.
Shift
, lastVisibleColumnIndex, firstVisibleRowIndex);
23694
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
23836
return ProcessRightMost((keyData & Keys.
Shift
) == Keys.
Shift
, lastVisibleColumnIndex, firstVisibleRowIndex);
24248
if ((keyData & (Keys.Control | Keys.
Shift
| Keys.Alt)) == Keys.
Shift
&& _ptCurrentCell.X != -1)
24337
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
24377
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
24545
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
24637
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
24743
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
24828
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
24927
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
25046
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
25278
if ((keyData & (Keys.Alt | Keys.
Shift
| Keys.Control)) == Keys.Control && IsCurrentCellInEditMode)
30013
if (GetTabKeyEffective((modifierKeys & Keys.
Shift
) == Keys.
Shift
, (modifierKeys & Keys.Control) == Keys.Control))
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxEditingControl.cs (3)
204
if ((keyData & (Keys.Control | Keys.
Shift
| Keys.Alt)) == Keys.
Shift
&& Multiline && AcceptsReturn)
260
&& !(ModifierKeys == Keys.
Shift
&& Multiline && AcceptsReturn))
System\Windows\Forms\Controls\Labels\LinkLabel.cs (2)
1416
bool forward = (keyData & Keys.
Shift
) != Keys.
Shift
;
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
3231
if (keyData.HasFlag(Keys.
Shift
))
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (6)
1547
if ((modifiers & ~Keys.
Shift
) != 0)
2503
&& (e.Modifiers & ~Keys.
Shift
) != 0)
2920
if (entry is not null && e.KeyData == (Keys.C | Keys.Alt | Keys.
Shift
| Keys.Control))
3123
if ((ModifierKeys & (Keys.
Shift
| Keys.Alt)) != 0 || MouseButtons != MouseButtons.None)
3836
bool forward = (keyData & Keys.
Shift
) == 0;
5342
if (_selectedGridEntry is not null && (ModifierKeys & Keys.
Shift
) == 0)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
525
if ((keyData & (Keys.
Shift
| Keys.Control | Keys.Alt)) == 0)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (7)
187
if (((keyData & Keys.Control) != 0) && ((keyData & Keys.
Shift
) == 0) && ((keyData & Keys.Alt) == 0))
195
if (((keyData & Keys.Control) != 0) && ((keyData & Keys.
Shift
) == 0) && ((keyData & Keys.Alt) == 0))
206
if (((keyData & Keys.Control) != 0) ^ ((keyData & Keys.
Shift
) == 0))
215
if (((keyData & Keys.Control) == 0) && ((keyData & Keys.
Shift
) != 0) && ((keyData & Keys.Alt) == 0))
219
else if (((keyData & Keys.Control) == 0) && ((keyData & Keys.
Shift
) == 0) && ((keyData & Keys.Alt) == 0))
244
if ((keyData & (Keys.
Shift
| Keys.Control | Keys.Alt)) == 0)
354
if (PropertyGridView.EditTextBoxNeedsCommit || PropertyGridView.WantsTab(forward: (ModifierKeys & Keys.
Shift
) == 0))
System\Windows\Forms\Controls\RichTextBox\RichTextBox.OleCallback.cs (2)
117
if ((modifierKeys & Keys.
Shift
) == Keys.
Shift
)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1378
bool forward = (ke.KeyData & Keys.
Shift
) == 0;
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1907
case Keys.
Shift
:
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (2)
187
(int)keyData == (shortcutValue | (int)Keys.
Shift
))
209
if (!ReadOnly && (keyData == (Keys.Control | Keys.Back) || keyData == (Keys.Control | Keys.
Shift
| Keys.Back)))
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
2722
&& ToolStripManager.SelectNextToolStrip(this, forward: (keyData & Keys.
Shift
) == Keys.None))
2778
retVal = ProcessTabKey((keyData & Keys.
Shift
) == Keys.None);
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (1)
698
if (modifiers == Keys.
Shift
)
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
925
if ((ModifierKeys & (Keys.
Shift
| Keys.Alt)) != 0 || MouseButtons != MouseButtons.None)
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
733
if ((ModifierKeys & (Keys.
Shift
| Keys.Alt)) != 0 || MouseButtons != MouseButtons.None)
System\Windows\Forms\Input\KeyEventArgs.cs (2)
79
public virtual bool Shift => (KeyData & Keys.
Shift
) == Keys.
Shift
;
System\Windows\Forms\Input\KeysConverter.cs (1)
60
AddLocalizedKey(nameof(SR.toStringShift), Keys.
Shift
);
System\Windows\Forms\Input\PreviewKeyDownEventArgs.cs (2)
63
public bool Shift => (KeyData & Keys.
Shift
) == Keys.
Shift
;
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
1201
if (ProcessTabKey((keyData & Keys.
Shift
) == Keys.None))
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
2305
if (ProcessTabKey((keyData & Keys.
Shift
) == Keys.None))
System\Windows\Forms\SendKeys\SendKeys.cs (3)
71
new("%", (Keys.D5 | Keys.
Shift
)),
72
new("^", (Keys.D6 | Keys.
Shift
)),
486
if (haveKeys.HaveShift == 0 && (vk & (int)Keys.
Shift
) != 0)
System\Windows\Forms\Shortcut.cs (62)
149
CtrlShiftA = Keys.Control + Keys.
Shift
+ Keys.A,
154
CtrlShiftB = Keys.Control + Keys.
Shift
+ Keys.B,
159
CtrlShiftC = Keys.Control + Keys.
Shift
+ Keys.C,
164
CtrlShiftD = Keys.Control + Keys.
Shift
+ Keys.D,
169
CtrlShiftE = Keys.Control + Keys.
Shift
+ Keys.E,
174
CtrlShiftF = Keys.Control + Keys.
Shift
+ Keys.F,
179
CtrlShiftG = Keys.Control + Keys.
Shift
+ Keys.G,
184
CtrlShiftH = Keys.Control + Keys.
Shift
+ Keys.H,
189
CtrlShiftI = Keys.Control + Keys.
Shift
+ Keys.I,
194
CtrlShiftJ = Keys.Control + Keys.
Shift
+ Keys.J,
199
CtrlShiftK = Keys.Control + Keys.
Shift
+ Keys.K,
204
CtrlShiftL = Keys.Control + Keys.
Shift
+ Keys.L,
209
CtrlShiftM = Keys.Control + Keys.
Shift
+ Keys.M,
214
CtrlShiftN = Keys.Control + Keys.
Shift
+ Keys.N,
219
CtrlShiftO = Keys.Control + Keys.
Shift
+ Keys.O,
224
CtrlShiftP = Keys.Control + Keys.
Shift
+ Keys.P,
229
CtrlShiftQ = Keys.Control + Keys.
Shift
+ Keys.Q,
234
CtrlShiftR = Keys.Control + Keys.
Shift
+ Keys.R,
239
CtrlShiftS = Keys.Control + Keys.
Shift
+ Keys.S,
244
CtrlShiftT = Keys.Control + Keys.
Shift
+ Keys.T,
249
CtrlShiftU = Keys.Control + Keys.
Shift
+ Keys.U,
254
CtrlShiftV = Keys.Control + Keys.
Shift
+ Keys.V,
259
CtrlShiftW = Keys.Control + Keys.
Shift
+ Keys.W,
264
CtrlShiftX = Keys.Control + Keys.
Shift
+ Keys.X,
269
CtrlShiftY = Keys.Control + Keys.
Shift
+ Keys.Y,
274
CtrlShiftZ = Keys.Control + Keys.
Shift
+ Keys.Z,
335
ShiftF1 = Keys.
Shift
+ Keys.F1,
340
ShiftF2 = Keys.
Shift
+ Keys.F2,
345
ShiftF3 = Keys.
Shift
+ Keys.F3,
350
ShiftF4 = Keys.
Shift
+ Keys.F4,
355
ShiftF5 = Keys.
Shift
+ Keys.F5,
360
ShiftF6 = Keys.
Shift
+ Keys.F6,
365
ShiftF7 = Keys.
Shift
+ Keys.F7,
370
ShiftF8 = Keys.
Shift
+ Keys.F8,
375
ShiftF9 = Keys.
Shift
+ Keys.F9,
380
ShiftF10 = Keys.
Shift
+ Keys.F10,
385
ShiftF11 = Keys.
Shift
+ Keys.F11,
390
ShiftF12 = Keys.
Shift
+ Keys.F12,
455
CtrlShiftF1 = Keys.Control + Keys.
Shift
+ Keys.F1,
460
CtrlShiftF2 = Keys.Control + Keys.
Shift
+ Keys.F2,
465
CtrlShiftF3 = Keys.Control + Keys.
Shift
+ Keys.F3,
470
CtrlShiftF4 = Keys.Control + Keys.
Shift
+ Keys.F4,
475
CtrlShiftF5 = Keys.Control + Keys.
Shift
+ Keys.F5,
480
CtrlShiftF6 = Keys.Control + Keys.
Shift
+ Keys.F6,
485
CtrlShiftF7 = Keys.Control + Keys.
Shift
+ Keys.F7,
490
CtrlShiftF8 = Keys.Control + Keys.
Shift
+ Keys.F8,
495
CtrlShiftF9 = Keys.Control + Keys.
Shift
+ Keys.F9,
500
CtrlShiftF10 = Keys.Control + Keys.
Shift
+ Keys.F10,
505
CtrlShiftF11 = Keys.Control + Keys.
Shift
+ Keys.F11,
510
CtrlShiftF12 = Keys.Control + Keys.
Shift
+ Keys.F12,
525
ShiftIns = Keys.
Shift
+ Keys.Insert,
540
ShiftDel = Keys.
Shift
+ Keys.Delete,
730
CtrlShift0 = Keys.Control + Keys.
Shift
+ Keys.D0,
735
CtrlShift1 = Keys.Control + Keys.
Shift
+ Keys.D1,
740
CtrlShift2 = Keys.Control + Keys.
Shift
+ Keys.D2,
745
CtrlShift3 = Keys.Control + Keys.
Shift
+ Keys.D3,
750
CtrlShift4 = Keys.Control + Keys.
Shift
+ Keys.D4,
755
CtrlShift5 = Keys.Control + Keys.
Shift
+ Keys.D5,
760
CtrlShift6 = Keys.Control + Keys.
Shift
+ Keys.D6,
765
CtrlShift7 = Keys.Control + Keys.
Shift
+ Keys.D7,
770
CtrlShift8 = Keys.Control + Keys.
Shift
+ Keys.D8,
775
CtrlShift9 = Keys.Control + Keys.
Shift
+ Keys.D9,
System.Windows.Forms.Design (16)
System\ComponentModel\Design\MultilineStringEditor.MultilineStringEditorUI.cs (1)
76
if ((keyData & (Keys.
Shift
| Keys.Alt)) == 0)
System\ComponentModel\Design\SelectionService.cs (2)
373
fToggle = (Control.ModifierKeys & (Keys.Control | Keys.
Shift
)) > 0;
374
fAdd |= Control.ModifierKeys == Keys.
Shift
;
System\Drawing\Design\ColorEditor.ColorUI.cs (1)
341
bool forward = (keyData & Keys.
Shift
) == 0;
System\Drawing\Design\ContentAlignmentEditor.ContentUI.cs (1)
431
int nextTabIndex = CheckedControl.TabIndex + ((keyData & Keys.
Shift
) == 0 ? 1 : -1);
System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs (1)
316
i += (keyData & Keys.
Shift
) == 0 ? 1 : -1;
System\Windows\Forms\Design\ControlDesigner.cs (1)
1332
bool shiftSelect = (Control.ModifierKeys & Keys.
Shift
) != 0;
System\Windows\Forms\Design\DockEditor.DockUI.cs (1)
252
i += (keyData & Keys.
Shift
) == 0 ? 1 : -1;
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (3)
265
if (keyModifiers == Keys.
Shift
&&
329
_shiftCheckBox.Checked = (keys & Keys.
Shift
) != 0;
374
valueKeys |= Keys.
Shift
;
System\Windows\Forms\Design\ToolStripItemBehavior.cs (2)
352
bool removeSel = (Control.ModifierKeys & (Keys.Control | Keys.
Shift
)) > 0;
381
bool shiftPressed = (Control.ModifierKeys & Keys.
Shift
) > 0;
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (2)
702
bool shiftPressed = (Control.ModifierKeys & Keys.
Shift
) > 0;
747
bool shiftPressed = (Control.ModifierKeys & Keys.
Shift
) > 0;
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
1721
retVal = ProcessTabKey((keyData & Keys.
Shift
) == Keys.None);
System.Windows.Forms.Tests (44)
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (4)
1038
yield return new object[] { RightToLeft.Yes, valueChanged, multiline, acceptsReturn, Keys.Enter | Keys.
Shift
| Keys.Control, dataGridViewWantsInputKey, !dataGridViewWantsInputKey };
1039
yield return new object[] { RightToLeft.No, valueChanged, multiline, acceptsReturn, Keys.Enter | Keys.
Shift
| Keys.Control, dataGridViewWantsInputKey, !dataGridViewWantsInputKey };
1040
yield return new object[] { RightToLeft.Yes, valueChanged, multiline, acceptsReturn, Keys.Enter | Keys.
Shift
, dataGridViewWantsInputKey, !dataGridViewWantsInputKey || (multiline && acceptsReturn) };
1041
yield return new object[] { RightToLeft.No, valueChanged, multiline, acceptsReturn, Keys.Enter | Keys.
Shift
, dataGridViewWantsInputKey, !dataGridViewWantsInputKey || (multiline && acceptsReturn) };
System\Windows\Forms\KeyEventArgsTests.cs (6)
13
[InlineData(Keys.
Shift
| Keys.A)]
16
[InlineData(Keys.
Shift
)]
17
[InlineData(Keys.Control | Keys.Alt | Keys.
Shift
| Keys.A)]
21
[InlineData(Keys.Control | Keys.Alt | Keys.
Shift
| (Keys)(0x5D))]
28
Assert.Equal((keyData & Keys.
Shift
) == Keys.
Shift
, e.Shift);
System\Windows\Forms\KeysConverterTests.cs (10)
13
[InlineData("Ctrl+Alt+Shift+A", Keys.Control | Keys.Alt | Keys.
Shift
| Keys.A)]
14
[InlineData("Ctrl+Alt+Shift+F1", Keys.Control | Keys.Alt | Keys.
Shift
| Keys.F1)]
62
[InlineData(Keys.Control | Keys.Alt | Keys.
Shift
| Keys.A, "Ctrl+Alt+Shift+A")]
63
[InlineData(Keys.Control | Keys.Alt | Keys.
Shift
| Keys.F1, "Ctrl+Alt+Shift+F1")]
64
[InlineData(Keys.F2 | Keys.
Shift
| Keys.Alt | Keys.Control, "Ctrl+Alt+Shift+F2")]
92
yield return new object[] { "ru-RU", Keys.Control | Keys.Alt | Keys.
Shift
| Keys.A, new Enum[] { Keys.Control, Keys.Alt, Keys.
Shift
, Keys.A } };
93
yield return new object[] { "zh-TW", Keys.Control | Keys.Alt | Keys.
Shift
| Keys.F1, new Enum[] { Keys.Control, Keys.Alt, Keys.
Shift
, Keys.F1 } };
148
Keys.F9, Keys.Home, Keys.Insert, Keys.Next, Keys.PageUp, Keys.
Shift
System\Windows\Forms\PreviewKeyDownEventArgsTests.cs (6)
13
[InlineData(Keys.
Shift
| Keys.A)]
16
[InlineData(Keys.
Shift
)]
17
[InlineData(Keys.Control | Keys.Alt | Keys.
Shift
| Keys.A)]
21
[InlineData(Keys.Control | Keys.Alt | Keys.
Shift
| (Keys)(0x5D))]
28
Assert.Equal((keyData & Keys.
Shift
) == Keys.
Shift
, e.Shift);
System\Windows\Forms\ToolStripMenuItemTests.cs (4)
128
[InlineData(Keys.Control | Keys.Alt | Keys.
Shift
| Keys.A)]
129
[InlineData(Keys.Control | Keys.Alt | Keys.
Shift
| Keys.F1)]
141
[InlineData(Keys.Control | Keys.Alt | Keys.
Shift
)]
158
item.ShortcutKeys = Keys.Control | Keys.
Shift
| Keys.K;
System\Windows\Forms\ToolStripTests.cs (2)
4864
toolStrip.TestAccessor().Dynamic.LastKeyData = Keys.
Shift
| Keys.Tab;
4885
toolStrip.TestAccessor().Dynamic.LastKeyData = Keys.
Shift
| Keys.Tab;
TextBoxBaseTests.cs (12)
5825
yield return new object[] { shortcutsEnabled, readOnly, (Keys)Shortcut.CtrlZ | Keys.
Shift
, !shortcutsEnabled };
5826
yield return new object[] { shortcutsEnabled, readOnly, (Keys)Shortcut.CtrlC | Keys.
Shift
, !shortcutsEnabled };
5827
yield return new object[] { shortcutsEnabled, readOnly, (Keys)Shortcut.CtrlX | Keys.
Shift
, !shortcutsEnabled };
5828
yield return new object[] { shortcutsEnabled, readOnly, (Keys)Shortcut.CtrlV | Keys.
Shift
, !shortcutsEnabled };
5829
yield return new object[] { shortcutsEnabled, readOnly, (Keys)Shortcut.CtrlA | Keys.
Shift
, !shortcutsEnabled };
5830
yield return new object[] { shortcutsEnabled, readOnly, (Keys)Shortcut.CtrlL | Keys.
Shift
, !shortcutsEnabled };
5831
yield return new object[] { shortcutsEnabled, readOnly, (Keys)Shortcut.CtrlR | Keys.
Shift
, !shortcutsEnabled };
5832
yield return new object[] { shortcutsEnabled, readOnly, (Keys)Shortcut.CtrlE | Keys.
Shift
, !shortcutsEnabled };
5833
yield return new object[] { shortcutsEnabled, readOnly, (Keys)Shortcut.CtrlY | Keys.
Shift
, !shortcutsEnabled };
5834
yield return new object[] { shortcutsEnabled, readOnly, (Keys)Shortcut.CtrlDel | Keys.
Shift
, !shortcutsEnabled };
5835
yield return new object[] { shortcutsEnabled, readOnly, (Keys)Shortcut.CtrlJ | Keys.
Shift
, !shortcutsEnabled };
5838
yield return new object[] { shortcutsEnabled, readOnly, Keys.Control | Keys.
Shift
| Keys.Back, !shortcutsEnabled || !readOnly };
WindowsFormsIntegration (2)
System\Windows\Integration\Convert.cs (2)
200
if ((keyData & SWF.Keys.
Shift
) == SWF.Keys.
Shift
)