295 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 (231)
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)
2517
modifiers |= Keys.
Shift
;
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2940
&& (keyData == (Keys.Control | Keys.Back) || keyData == (Keys.Control | Keys.
Shift
| Keys.Back)))
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (125)
10084
return GetTabKeyEffective((keyData & Keys.
Shift
) == Keys.
Shift
, (keyData & Keys.Control) == Keys.Control);
10089
if ((keyData & (Keys.Control | Keys.
Shift
| Keys.Alt)) == Keys.Control)
10100
if ((keyData & (Keys.Control | Keys.
Shift
| Keys.Alt)) == Keys.Control)
10110
if ((keyData & (Keys.Control | Keys.
Shift
| Keys.Alt)) == Keys.
Shift
11900
bool isShiftDown = (nModifier & Keys.
Shift
) == Keys.
Shift
;
16463
if ((ModifierKeys & (Keys.
Shift
| Keys.Alt)) != 0 || MouseButtons != MouseButtons.None)
19927
if ((keyData & (Keys.
Shift
| Keys.Control | Keys.Alt)) == Keys.Control && MultiSelect)
20185
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
20308
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
20438
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
20550
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
20674
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
20820
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
21099
return ProcessRightMost((keyData & Keys.
Shift
) == Keys.
Shift
, lastVisibleColumnIndex, firstVisibleRowIndex);
21113
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
21148
return ProcessRightMost((keyData & Keys.
Shift
) == Keys.
Shift
, lastVisibleColumnIndex, firstVisibleRowIndex);
21162
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
21225
return ProcessRightMost((keyData & Keys.
Shift
) == Keys.
Shift
, lastVisibleColumnIndex, firstVisibleRowIndex);
21240
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
21265
return ProcessRightMost((keyData & Keys.
Shift
) == Keys.
Shift
, lastVisibleColumnIndex, firstVisibleRowIndex);
21269
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
21356
return ProcessRightMost((keyData & Keys.
Shift
) == Keys.
Shift
, lastVisibleColumnIndex, firstVisibleRowIndex);
21371
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
21418
keyData &= ~Keys.
Shift
;
21573
return ProcessLeftMost((keyData & Keys.
Shift
) == Keys.
Shift
, firstVisibleColumnIndex, firstVisibleRowIndex);
21587
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
21622
return ProcessLeftMost((keyData & Keys.
Shift
) == Keys.
Shift
, firstVisibleColumnIndex, firstVisibleRowIndex);
21636
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
21699
return ProcessLeftMost((keyData & Keys.
Shift
) == Keys.
Shift
, firstVisibleColumnIndex, firstVisibleRowIndex);
21714
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
21744
return ProcessLeftMost((keyData & Keys.
Shift
) == Keys.
Shift
, firstVisibleColumnIndex, firstVisibleRowIndex);
21748
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
21835
return ProcessLeftMost((keyData & Keys.
Shift
) == Keys.
Shift
, firstVisibleColumnIndex, firstVisibleRowIndex);
21867
if (((keyData & (Keys.
Shift
| Keys.Control | Keys.Alt)) == Keys.Control
21868
|| ((keyData & (Keys.
Shift
| Keys.Control | Keys.Alt)) == (Keys.Control | Keys.
Shift
)
22112
return ProcessLeftMost((keyData & Keys.
Shift
) == Keys.
Shift
, firstVisibleColumnIndex, firstVisibleRowIndex);
22116
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
22223
return ProcessLeftMost((keyData & Keys.
Shift
) == Keys.
Shift
, firstVisibleColumnIndex, firstVisibleRowIndex);
22227
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
22332
return ProcessLeftMost((keyData & Keys.
Shift
) == Keys.
Shift
, firstVisibleColumnIndex, firstVisibleRowIndex);
22336
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
22476
return ProcessLeftMost((keyData & Keys.
Shift
) == Keys.
Shift
, firstVisibleColumnIndex, firstVisibleRowIndex);
23040
if ((keyData & Keys.
Shift
) == Keys.
Shift
&& MultiSelect)
23080
if ((keyData & Keys.
Shift
) == Keys.
Shift
&& MultiSelect)
23116
if ((keyData & Keys.
Shift
) == Keys.
Shift
&& MultiSelect)
23299
if ((keyData & Keys.
Shift
) == Keys.
Shift
&& MultiSelect)
23338
if ((keyData & Keys.
Shift
) == Keys.
Shift
&& MultiSelect)
23374
if ((keyData & Keys.
Shift
) == Keys.
Shift
&& MultiSelect)
23491
return ProcessRightMost((keyData & Keys.
Shift
) == Keys.
Shift
, lastVisibleColumnIndex, firstVisibleRowIndex);
23495
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
23601
return ProcessRightMost((keyData & Keys.
Shift
) == Keys.
Shift
, lastVisibleColumnIndex, firstVisibleRowIndex);
23605
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
23710
return ProcessRightMost((keyData & Keys.
Shift
) == Keys.
Shift
, lastVisibleColumnIndex, firstVisibleRowIndex);
23714
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
23856
return ProcessRightMost((keyData & Keys.
Shift
) == Keys.
Shift
, lastVisibleColumnIndex, firstVisibleRowIndex);
24268
if ((keyData & (Keys.Control | Keys.
Shift
| Keys.Alt)) == Keys.
Shift
&& _ptCurrentCell.X != -1)
24357
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
24397
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
24565
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
24657
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
24763
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
24848
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
24947
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
25066
if ((keyData & Keys.
Shift
) == Keys.
Shift
)
25298
if ((keyData & (Keys.Alt | Keys.
Shift
| Keys.Control)) == Keys.Control && IsCurrentCellInEditMode)
30032
if (GetTabKeyEffective((modifierKeys & Keys.
Shift
) == Keys.
Shift
, (modifierKeys & Keys.Control) == Keys.Control))
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxEditingControl.cs (3)
202
if ((keyData & (Keys.Control | Keys.
Shift
| Keys.Alt)) == Keys.
Shift
&& Multiline && AcceptsReturn)
258
&& !(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)
2504
&& (e.Modifiers & ~Keys.
Shift
) != 0)
2914
if (e.KeyData == (Keys.C | Keys.Alt | Keys.
Shift
| Keys.Control))
3118
if ((ModifierKeys & (Keys.
Shift
| Keys.Alt)) != 0 || MouseButtons != MouseButtons.None)
3831
bool forward = (keyData & Keys.
Shift
) == 0;
5333
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)
190
if (((keyData & Keys.Control) != 0) && ((keyData & Keys.
Shift
) == 0) && ((keyData & Keys.Alt) == 0))
198
if (((keyData & Keys.Control) != 0) && ((keyData & Keys.
Shift
) == 0) && ((keyData & Keys.Alt) == 0))
209
if (((keyData & Keys.Control) != 0) ^ ((keyData & Keys.
Shift
) == 0))
218
if (((keyData & Keys.Control) == 0) && ((keyData & Keys.
Shift
) != 0) && ((keyData & Keys.Alt) == 0))
222
else if (((keyData & Keys.Control) == 0) && ((keyData & Keys.
Shift
) == 0) && ((keyData & Keys.Alt) == 0))
247
if ((keyData & (Keys.
Shift
| Keys.Control | Keys.Alt)) == 0)
357
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)
2720
&& ToolStripManager.SelectNextToolStrip(this, forward: (keyData & Keys.
Shift
) == Keys.None))
2776
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)
686
bool shiftPressed = (Control.ModifierKeys & Keys.
Shift
) > 0;
731
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)
197
if ((keyData & SWF.Keys.
Shift
) == SWF.Keys.
Shift
)