433 references to Control
DesignSurface (5)
MainForm.Designer.cs (5)
191
this.ToolStripMenuItemUnDo.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.
Control
| System.Windows.Forms.Keys.Z)));
199
this.ToolStripMenuItemReDo.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.
Control
| System.Windows.Forms.Keys.Y)));
214
this.ToolStripMenuItemCut.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.
Control
| System.Windows.Forms.Keys.X)));
224
this.ToolStripMenuItemCopy.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.
Control
| System.Windows.Forms.Keys.C)));
234
this.ToolStripMenuItemPaste.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.
Control
| System.Windows.Forms.Keys.V)));
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Devices\Keyboard.vb (1)
47
Return CType(keys And Keys.
Control
, Boolean)
System.Windows.Forms (220)
System\Windows\Forms\Control.cs (1)
2520
modifiers |= Keys.
Control
;
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
2929
if (!returnedValue && keyData == (Keys.
Control
| Keys.A))
2940
&& (keyData == (Keys.
Control
| Keys.Back) || keyData == (Keys.
Control
| Keys.Shift | Keys.Back)))
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (69)
10081
return GetTabKeyEffective((keyData & Keys.Shift) == Keys.Shift, (keyData & Keys.
Control
) == Keys.
Control
);
10086
if ((keyData & (Keys.
Control
| Keys.Shift | Keys.Alt)) == Keys.
Control
)
10097
if ((keyData & (Keys.
Control
| Keys.Shift | Keys.Alt)) == Keys.
Control
)
10107
if ((keyData & (Keys.
Control
| Keys.Shift | Keys.Alt)) == Keys.Shift
11896
bool isControlDown = (nModifier & Keys.
Control
) == Keys.
Control
&& (nModifier & Keys.Alt) == 0;
16465
bool verticalScroll = ((ModifierKeys & Keys.
Control
) == 0);
19924
if ((keyData & (Keys.Shift | Keys.
Control
| Keys.Alt)) == Keys.
Control
&& MultiSelect)
20134
keyData &= ~Keys.
Control
;
20180
if ((keyData & Keys.
Control
) == Keys.
Control
)
20433
if ((keyData & Keys.
Control
) == Keys.
Control
)
20669
if ((keyData & Keys.
Control
) == Keys.
Control
)
20977
if ((keyData & Keys.
Control
) == Keys.
Control
)
21094
if ((keyData & Keys.
Control
) == 0)
21143
if ((keyData & Keys.
Control
) == 0)
21220
if ((keyData & Keys.
Control
) == 0)
21260
if ((keyData & Keys.
Control
) == 0)
21351
if ((keyData & Keys.
Control
) == 0)
21411
if ((keyData & Keys.
Control
) == 0)
21568
if ((keyData & Keys.
Control
) == 0)
21617
if ((keyData & Keys.
Control
) == 0)
21694
if ((keyData & Keys.
Control
) == 0)
21739
if ((keyData & Keys.
Control
) == 0)
21830
if ((keyData & Keys.
Control
) == 0)
21864
if (((keyData & (Keys.Shift | Keys.
Control
| Keys.Alt)) == Keys.
Control
21865
|| ((keyData & (Keys.Shift | Keys.
Control
| Keys.Alt)) == (Keys.
Control
| Keys.Shift)
22107
if ((keyData & Keys.
Control
) == Keys.
Control
)
22218
if ((keyData & Keys.
Control
) == Keys.
Control
)
22327
if ((keyData & Keys.
Control
) == Keys.
Control
)
22471
if ((keyData & Keys.
Control
) == Keys.
Control
)
23486
if ((keyData & Keys.
Control
) == Keys.
Control
)
23596
if ((keyData & Keys.
Control
) == Keys.
Control
)
23705
if ((keyData & Keys.
Control
) == Keys.
Control
)
23851
if ((keyData & Keys.
Control
) == Keys.
Control
)
24265
if ((keyData & (Keys.
Control
| Keys.Shift | Keys.Alt)) == Keys.Shift && _ptCurrentCell.X != -1)
24352
if ((keyData & Keys.
Control
) == Keys.
Control
)
24388
if ((keyData & Keys.
Control
) == Keys.
Control
)
24560
if ((keyData & Keys.
Control
) == Keys.
Control
)
24758
if ((keyData & Keys.
Control
) == Keys.
Control
)
24942
if ((keyData & Keys.
Control
) == Keys.
Control
)
25195
if ((keyData & Keys.
Control
) == Keys.
Control
)
25295
if ((keyData & (Keys.Alt | Keys.Shift | Keys.
Control
)) == Keys.
Control
&& IsCurrentCellInEditMode)
30029
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)
269
if (m.MsgInternal == PInvokeCore.WM_CHAR && ModifierKeys == Keys.
Control
&& Multiline && AcceptsReturn)
278
if (m.MsgInternal == PInvokeCore.WM_KEYDOWN && ModifierKeys == Keys.
Control
)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
1408
if ((keyData & (Keys.Alt | Keys.
Control
)) != Keys.Alt)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
3224
|| keyData.HasFlag(Keys.
Control
)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (3)
2612
if ((ModifierKeys & (Keys.Alt | Keys.
Control
)) != 0)
2914
if (e.KeyData == (Keys.C | Keys.Alt | Keys.Shift | Keys.
Control
))
3825
if (((keyData & Keys.
Control
) != 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)
269
if ((keyData & Keys.KeyCode) == Keys.Tab && ((keyData & (Keys.
Control
| Keys.Alt)) == 0))
System\Windows\Forms\Controls\RichTextBox\RichTextBox.OleCallback.cs (2)
111
if ((modifierKeys & Keys.
Control
) == Keys.
Control
)
System\Windows\Forms\Controls\TabControl\TabControl.cs (3)
1376
if (ke.KeyCode == Keys.Tab && (ke.KeyData & Keys.
Control
) != 0)
1382
if (ke.KeyCode == Keys.PageDown && (ke.KeyData & Keys.
Control
) != 0)
1387
if (ke.KeyCode == Keys.PageUp && (ke.KeyData & Keys.
Control
) != 0)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1909
case Keys.
Control
:
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
692
if (!returnValue && ShortcutsEnabled && (keyData == (Keys.
Control
| Keys.A)))
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (6)
165
(int)Shortcut.CtrlE, (int)Shortcut.CtrlY, (int)Keys.
Control
+ (int)Keys.Back,
209
if (!ReadOnly && (keyData == (Keys.
Control
| Keys.Back) || keyData == (Keys.
Control
| Keys.Shift | Keys.Back)))
1325
return Multiline && _textBoxFlags[s_acceptsTab] && ((keyData & Keys.
Control
) == 0);
1400
if (keyCode == Keys.Tab && AcceptsTab && (keyData & Keys.
Control
) != 0)
1403
keyData &= ~Keys.
Control
;
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (3)
2714
(keyData & Keys.
Control
) == Keys.
Control
&& (keyData & Keys.KeyCode) == Keys.Tab;
2756
bool hasModifiers = ((keyData & (Keys.Alt | Keys.
Control
)) != Keys.None);
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
473
else if ((ModifierKeys & (Keys.
Control
| Keys.Alt)) != 0)
System\Windows\Forms\Form.cs (1)
4693
if ((keyData & (Keys.Alt | Keys.
Control
)) == Keys.None)
System\Windows\Forms\Input\KeyEventArgs.cs (2)
30
public bool Control => (KeyData & Keys.
Control
) == Keys.
Control
;
System\Windows\Forms\Input\KeysConverter.cs (1)
45
AddLocalizedKey(nameof(SR.toStringControl), Keys.
Control
);
System\Windows\Forms\Input\PreviewKeyDownEventArgs.cs (2)
27
public bool Control => (KeyData & Keys.
Control
) == Keys.
Control
;
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
1194
if ((keyData & (Keys.Alt | Keys.
Control
)) == Keys.None)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
2299
if ((keyData & (Keys.Alt | Keys.
Control
)) == Keys.None)
System\Windows\Forms\Printing\PrintPreviewControl.cs (4)
915
if ((keyData & Keys.Modifiers) == Keys.
Control
)
948
if ((keyData & Keys.Modifiers) == Keys.
Control
)
982
if ((keyData & Keys.Modifiers) == Keys.
Control
)
989
if (_pageInfo is not null && (keyData & Keys.Modifiers) == Keys.
Control
)
System\Windows\Forms\Printing\PrintPreviewDialog.cs (3)
1008
if ((keyData & (Keys.Alt | Keys.
Control
)) == Keys.None)
1019
else if ((keyData & Keys.
Control
) == Keys.
Control
)
System\Windows\Forms\SendKeys\SendKeys.cs (1)
493
if (haveKeys.HaveCtrl == 0 && (vk & (int)Keys.
Control
) != 0)
System\Windows\Forms\Shortcut.cs (98)
19
CtrlA = Keys.
Control
+ Keys.A,
24
CtrlB = Keys.
Control
+ Keys.B,
29
CtrlC = Keys.
Control
+ Keys.C,
34
CtrlD = Keys.
Control
+ Keys.D,
39
CtrlE = Keys.
Control
+ Keys.E,
44
CtrlF = Keys.
Control
+ Keys.F,
49
CtrlG = Keys.
Control
+ Keys.G,
54
CtrlH = Keys.
Control
+ Keys.H,
59
CtrlI = Keys.
Control
+ Keys.I,
64
CtrlJ = Keys.
Control
+ Keys.J,
69
CtrlK = Keys.
Control
+ Keys.K,
74
CtrlL = Keys.
Control
+ Keys.L,
79
CtrlM = Keys.
Control
+ Keys.M,
84
CtrlN = Keys.
Control
+ Keys.N,
89
CtrlO = Keys.
Control
+ Keys.O,
94
CtrlP = Keys.
Control
+ Keys.P,
99
CtrlQ = Keys.
Control
+ Keys.Q,
104
CtrlR = Keys.
Control
+ Keys.R,
109
CtrlS = Keys.
Control
+ Keys.S,
114
CtrlT = Keys.
Control
+ Keys.T,
119
CtrlU = Keys.
Control
+ Keys.U,
124
CtrlV = Keys.
Control
+ Keys.V,
129
CtrlW = Keys.
Control
+ Keys.W,
134
CtrlX = Keys.
Control
+ Keys.X,
139
CtrlY = Keys.
Control
+ Keys.Y,
144
CtrlZ = Keys.
Control
+ Keys.Z,
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,
395
CtrlF1 = Keys.
Control
+ Keys.F1,
400
CtrlF2 = Keys.
Control
+ Keys.F2,
405
CtrlF3 = Keys.
Control
+ Keys.F3,
410
CtrlF4 = Keys.
Control
+ Keys.F4,
415
CtrlF5 = Keys.
Control
+ Keys.F5,
420
CtrlF6 = Keys.
Control
+ Keys.F6,
425
CtrlF7 = Keys.
Control
+ Keys.F7,
430
CtrlF8 = Keys.
Control
+ Keys.F8,
435
CtrlF9 = Keys.
Control
+ Keys.F9,
440
CtrlF10 = Keys.
Control
+ Keys.F10,
445
CtrlF11 = Keys.
Control
+ Keys.F11,
450
CtrlF12 = Keys.
Control
+ 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,
520
CtrlIns = Keys.
Control
+ Keys.Insert,
535
CtrlDel = Keys.
Control
+ Keys.Delete,
680
Ctrl0 = Keys.
Control
+ Keys.D0,
685
Ctrl1 = Keys.
Control
+ Keys.D1,
690
Ctrl2 = Keys.
Control
+ Keys.D2,
695
Ctrl3 = Keys.
Control
+ Keys.D3,
700
Ctrl4 = Keys.
Control
+ Keys.D4,
705
Ctrl5 = Keys.
Control
+ Keys.D5,
710
Ctrl6 = Keys.
Control
+ Keys.D6,
715
Ctrl7 = Keys.
Control
+ Keys.D7,
720
Ctrl8 = Keys.
Control
+ Keys.D8,
725
Ctrl9 = Keys.
Control
+ Keys.D9,
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 (43)
System\ComponentModel\Design\CollectionEditor.FilterListBox.cs (1)
77
if ((ModifierKeys & (Keys.
Control
| Keys.Alt)) != 0)
System\ComponentModel\Design\DesignerActionPanel.MethodLine.cs (2)
99
if ((keyData & Keys.
Control
) == Keys.
Control
)
System\ComponentModel\Design\MultilineStringEditor.MultilineStringEditorUI.cs (2)
81
if ((keyData & Keys.
Control
) == 0)
106
if (e is { Control: true, KeyCode: Keys.Return, Modifiers: Keys.
Control
})
System\ComponentModel\Design\SelectionService.cs (1)
373
fToggle = (Control.ModifierKeys & (Keys.
Control
| Keys.Shift)) > 0;
System\Drawing\Design\ColorEditor.ColorUI.cs (1)
337
&& (keyData & Keys.
Control
) == 0
System\Drawing\Design\CursorEditor.CursorUI.cs (1)
79
if ((keyData & Keys.KeyCode) == Keys.Return && (keyData & (Keys.Alt | Keys.
Control
)) == 0)
System\Drawing\Design\SelectionPanelBase.cs (1)
99
if ((keyData & Keys.KeyCode) == Keys.Tab && (keyData & (Keys.Alt | Keys.
Control
)) == 0)
System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs (3)
298
if ((keyData & Keys.KeyCode) == Keys.Return && (keyData & (Keys.Alt | Keys.
Control
)) == 0)
304
if ((keyData & Keys.KeyCode) == Keys.Escape && (keyData & (Keys.Alt | Keys.
Control
)) == 0)
310
if ((keyData & Keys.KeyCode) == Keys.Tab && (keyData & (Keys.Alt | Keys.
Control
)) == 0)
System\Windows\Forms\Design\Behavior\Behavior.cs (1)
330
e.Effect = (Control.ModifierKeys == Keys.
Control
) ? DragDropEffects.Copy : DragDropEffects.Move;
System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionBehavior.cs (1)
311
? Control.ModifierKeys == Keys.
Control
System\Windows\Forms\Design\ControlDesigner.cs (1)
1322
_ctrlSelect = (Control.ModifierKeys & Keys.
Control
) != 0;
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
1050
if ((modifierKeys & Keys.
Control
) != 0)
System\Windows\Forms\Design\ParentControlDesigner.cs (2)
1459
de.Effect = (Control.ModifierKeys == Keys.
Control
) ? DragDropEffects.Copy : DragDropEffects.Move;
1660
de.Effect = (Control.ModifierKeys == Keys.
Control
) ? DragDropEffects.Copy : DragDropEffects.Move;
System\Windows\Forms\Design\PbrsForward.cs (1)
136
if ((Control.ModifierKeys & (Keys.
Control
| Keys.Alt)) != 0)
System\Windows\Forms\Design\SelectionUIService.cs (1)
538
_ctrlSelect = (ModifierKeys & Keys.
Control
) != Keys.None;
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (5)
275
if ((keyModifiers & (Keys.
Control
| Keys.Alt)) == 0)
287
if ((keyModifiers & (Keys.
Control
| Keys.Alt)) == 0)
306
(keyModifiers & (Keys.
Control
| Keys.Alt)) != 0 ||
327
_ctrlCheckBox.Checked = (keys & Keys.
Control
) != 0;
364
valueKeys |= Keys.
Control
;
System\Windows\Forms\Design\StandardMenuStripVerb.cs (9)
90
[/*File*/Keys.None, /*New*/Keys.
Control
| Keys.N, /*Open*/Keys.
Control
| Keys.O, /*Separator*/ Keys.None, /*Save*/ Keys.
Control
| Keys.S, /*SaveAs*/Keys.None, Keys.None, /*Print*/ Keys.
Control
| Keys.P, /*PrintPreview*/ Keys.None, /*Separator*/Keys.None, /*Exit*/ Keys.None],
91
[/*Edit*/Keys.None, /*Undo*/Keys.
Control
| Keys.Z, /*Redo*/Keys.
Control
| Keys.Y, /*Separator*/Keys.None, /*Cut*/ Keys.
Control
| Keys.X, /*Copy*/ Keys.
Control
| Keys.C, /*Paste*/Keys.
Control
| Keys.V, /*Separator*/ Keys.None, /*SelectAll*/Keys.None],
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
1284
(_localDragControl is not null && existingControl is not null && Control.ModifierKeys == Keys.
Control
))
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
2285
de.Effect = (Control.ModifierKeys == Keys.
Control
) ? DragDropEffects.Copy : DragDropEffects.Move;
System\Windows\Forms\Design\ToolStripItemBehavior.cs (3)
352
bool removeSel = (Control.ModifierKeys & (Keys.
Control
| Keys.Shift)) > 0;
450
else if (shiftPressed || (Control.ModifierKeys & Keys.
Control
) > 0)
886
e.Effect = (Control.ModifierKeys == Keys.
Control
) ? DragDropEffects.Copy : DragDropEffects.Move;
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (2)
2651
e.Effect = (Control.ModifierKeys == Keys.
Control
) ? DragDropEffects.Copy : DragDropEffects.Move;
2666
e.Effect = (Control.ModifierKeys == Keys.
Control
) ? DragDropEffects.Copy : DragDropEffects.Move;
System\Windows\Forms\Design\ToolStripTemplateNode.cs (2)
1109
if (e.KeyCode == Keys.A && (e.KeyData & Keys.
Control
) != 0)
1715
if ((keyData & (Keys.Alt | Keys.
Control
)) == Keys.None)
System.Windows.Forms.Tests (149)
System\Windows\Forms\ComboBoxTests.cs (1)
1724
tb.ProcessCmdKey(ref message, Keys.
Control
| Keys.Back);
System\Windows\Forms\ControlTests.Methods.cs (29)
4385
yield return new object[] { Keys.
Control
| Keys.Tab, false };
4386
yield return new object[] { Keys.
Control
| Keys.Up, false };
4387
yield return new object[] { Keys.
Control
| Keys.Down, false };
4388
yield return new object[] { Keys.
Control
| Keys.Left, false };
4389
yield return new object[] { Keys.
Control
| Keys.Right, false };
4390
yield return new object[] { Keys.
Control
| Keys.Return, false };
4391
yield return new object[] { Keys.
Control
| Keys.Escape, false };
4392
yield return new object[] { Keys.
Control
| Keys.A, false };
4393
yield return new object[] { Keys.
Control
| Keys.C, false };
4394
yield return new object[] { Keys.
Control
| Keys.Insert, false };
4395
yield return new object[] { Keys.
Control
| Keys.Space, false };
4396
yield return new object[] { Keys.
Control
| Keys.Home, false };
4397
yield return new object[] { Keys.
Control
| Keys.End, false };
4398
yield return new object[] { Keys.
Control
| Keys.Back, false };
4399
yield return new object[] { Keys.
Control
| Keys.Next, false };
4400
yield return new object[] { Keys.
Control
| Keys.Prior, false };
4401
yield return new object[] { Keys.
Control
| Keys.Delete, false };
4402
yield return new object[] { Keys.
Control
| Keys.D0, false };
4403
yield return new object[] { Keys.
Control
| Keys.NumPad0, false };
4404
yield return new object[] { Keys.
Control
| Keys.F1, false };
4405
yield return new object[] { Keys.
Control
| Keys.F2, false };
4406
yield return new object[] { Keys.
Control
| Keys.F3, false };
4407
yield return new object[] { Keys.
Control
| Keys.F4, false };
4408
yield return new object[] { Keys.
Control
| Keys.F10, false };
4409
yield return new object[] { Keys.
Control
| Keys.RButton, false };
4410
yield return new object[] { Keys.
Control
| Keys.PageUp, false };
4411
yield return new object[] { Keys.
Control
| Keys.PageDown, false };
4412
yield return new object[] { Keys.
Control
| Keys.Menu, false };
4413
yield return new object[] { Keys.
Control
| Keys.None, false };
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (2)
1040
yield return new object[] { RightToLeft.Yes, valueChanged, multiline, acceptsReturn, Keys.Enter | Keys.Shift | Keys.
Control
, dataGridViewWantsInputKey, !dataGridViewWantsInputKey };
1041
yield return new object[] { RightToLeft.No, valueChanged, multiline, acceptsReturn, Keys.Enter | Keys.Shift | Keys.
Control
, dataGridViewWantsInputKey, !dataGridViewWantsInputKey };
System\Windows\Forms\KeyEventArgsTests.cs (6)
13
[InlineData(Keys.
Control
| Keys.A)]
16
[InlineData(Keys.
Control
)]
19
[InlineData(Keys.
Control
| Keys.Alt | Keys.Shift | Keys.A)]
23
[InlineData(Keys.
Control
| Keys.Alt | Keys.Shift | (Keys)(0x5D))]
28
Assert.Equal((keyData & Keys.
Control
) == Keys.
Control
, e.Control);
System\Windows\Forms\KeysConverterTests.cs (21)
15
[InlineData("Ctrl+Alt+Shift+A", Keys.
Control
| Keys.Alt | Keys.Shift | Keys.A)]
16
[InlineData("Ctrl+Alt+Shift+F1", Keys.
Control
| Keys.Alt | Keys.Shift | Keys.F1)]
17
[InlineData("Ctrl+Alt+D", Keys.
Control
| Keys.Alt | Keys.D)]
18
[InlineData("Ctrl + N", Keys.
Control
| Keys.N)]
31
[InlineData(Keys.
Control
| Keys.C, "Ctrl+C")]
32
[InlineData(Keys.
Control
| Keys.Add, "Ctrl+Add")]
33
[InlineData(Keys.
Control
| Keys.Alt | Keys.D, "Ctrl+Alt+D")]
34
[InlineData(Keys.
Control
| Keys.Alt | Keys.Shift | Keys.A, "Ctrl+Alt+Shift+A")]
35
[InlineData(Keys.
Control
| Keys.Alt | Keys.Shift | Keys.F1, "Ctrl+Alt+Shift+F1")]
36
[InlineData(Keys.F2 | Keys.Shift | Keys.Alt | Keys.
Control
, "Ctrl+Alt+Shift+F2")]
48
yield return new object[] { "zh-CN", Keys.
Control
| Keys.C, new Enum[] { Keys.
Control
, Keys.C } };
49
yield return new object[] { "it-IT", Keys.
Control
| Keys.Add, new Enum[] { Keys.
Control
, Keys.Add } };
50
yield return new object[] { "ko-KR", Keys.
Control
| Keys.Alt | Keys.D, new Enum[] { Keys.
Control
, Keys.Alt, Keys.D } };
51
yield return new object[] { "ru-RU", Keys.
Control
| Keys.Alt | Keys.Shift | Keys.A, new Enum[] { Keys.
Control
, Keys.Alt, Keys.Shift, Keys.A } };
52
yield return new object[] { "zh-TW", Keys.
Control
| Keys.Alt | Keys.Shift | Keys.F1, new Enum[] { Keys.
Control
, Keys.Alt, Keys.Shift, Keys.F1 } };
105
Keys.None, Keys.D0, Keys.D1, Keys.D2, Keys.D3, Keys.D4, Keys.D5, Keys.D6, Keys.D7, Keys.D8, Keys.D9, Keys.Alt, Keys.Back, Keys.
Control
,
System\Windows\Forms\MenuStripTests.cs (6)
694
[InlineData(Keys.
Control
)]
696
[InlineData(Keys.
Control
& Keys.Tab)]
714
[InlineData(Keys.
Control
, true)]
715
[InlineData(Keys.
Control
, false)]
718
[InlineData(Keys.
Control
& Keys.Tab, true)]
719
[InlineData(Keys.
Control
& Keys.Tab, false)]
System\Windows\Forms\PreviewKeyDownEventArgsTests.cs (6)
13
[InlineData(Keys.
Control
| Keys.A)]
16
[InlineData(Keys.
Control
)]
19
[InlineData(Keys.
Control
| Keys.Alt | Keys.Shift | Keys.A)]
23
[InlineData(Keys.
Control
| Keys.Alt | Keys.Shift | (Keys)(0x5D))]
28
Assert.Equal((keyData & Keys.
Control
) == Keys.
Control
, e.Control);
System\Windows\Forms\PrintPreviewDialogTests.cs (1)
19
testPrintPreviewDialog.TestProcessDialogKey(Keys.
Control
| digitKey);
System\Windows\Forms\SendKeysTests.cs (2)
23
Assert.Equal(Keys.
Control
, form.KeyEvents[1].Modifiers);
26
Assert.Equal(Keys.
Control
, form.KeyEvents[3].Modifiers);
System\Windows\Forms\TabControlTests.cs (31)
4019
yield return new object[] { Keys.
Control
| Keys.Tab, false };
4020
yield return new object[] { Keys.
Control
| Keys.Return, false };
4021
yield return new object[] { Keys.
Control
| Keys.Escape, false };
4022
yield return new object[] { Keys.
Control
| Keys.A, false };
4023
yield return new object[] { Keys.
Control
| Keys.C, false };
4024
yield return new object[] { Keys.
Control
| Keys.Insert, false };
4025
yield return new object[] { Keys.
Control
| Keys.Space, false };
4026
yield return new object[] { Keys.
Control
| Keys.Home, true };
4027
yield return new object[] { Keys.
Control
| Keys.End, true };
4029
yield return new object[] { Keys.
Control
| Keys.Back, false };
4030
yield return new object[] { Keys.
Control
| Keys.Next, true };
4031
yield return new object[] { Keys.
Control
| Keys.Prior, true };
4032
yield return new object[] { Keys.
Control
| Keys.Delete, false };
4033
yield return new object[] { Keys.
Control
| Keys.D0, false };
4034
yield return new object[] { Keys.
Control
| Keys.NumPad0, false };
4035
yield return new object[] { Keys.
Control
| Keys.F1, false };
4036
yield return new object[] { Keys.
Control
| Keys.F2, false };
4037
yield return new object[] { Keys.
Control
| Keys.F3, false };
4038
yield return new object[] { Keys.
Control
| Keys.F4, false };
4039
yield return new object[] { Keys.
Control
| Keys.RButton, false };
4040
yield return new object[] { Keys.
Control
| Keys.PageUp, true };
4041
yield return new object[] { Keys.
Control
| Keys.PageDown, true };
4042
yield return new object[] { Keys.
Control
| Keys.None, false };
4080
[InlineData(Keys.
Control
| Keys.Up, false)]
4081
[InlineData(Keys.
Control
| Keys.Down, false)]
4082
[InlineData(Keys.
Control
| Keys.Left, false)]
4083
[InlineData(Keys.
Control
| Keys.Right, false)]
4097
[InlineData(Keys.
Control
| Keys.Up, true)]
4098
[InlineData(Keys.
Control
| Keys.Down, true)]
4099
[InlineData(Keys.
Control
| Keys.Left, true)]
4100
[InlineData(Keys.
Control
| Keys.Right, true)]
System\Windows\Forms\ToolStripMenuItemTests.cs (10)
124
[InlineData(Keys.
Control
| Keys.Add)]
125
[InlineData(Keys.
Control
| Keys.Alt | Keys.D)]
126
[InlineData(Keys.
Control
| Keys.Alt | Keys.Shift | Keys.A)]
127
[InlineData(Keys.
Control
| Keys.Alt | Keys.Shift | Keys.F1)]
137
[InlineData(Keys.
Control
)]
138
[InlineData(Keys.
Control
| Keys.Alt)]
139
[InlineData(Keys.
Control
| Keys.Alt | Keys.Shift)]
156
item.ShortcutKeys = Keys.
Control
| Keys.Shift | Keys.K;
226
Keys shortcutKeys = Keys.
Control
| Keys.A;
297
ShortcutKeys = Keys.
Control
| Keys.A,
System\Windows\Forms\ToolStripTests.cs (6)
6916
[InlineData(Keys.
Control
)]
6918
[InlineData(Keys.
Control
& Keys.Tab)]
6936
[InlineData(Keys.
Control
, true)]
6937
[InlineData(Keys.
Control
, false)]
6940
[InlineData(Keys.
Control
& Keys.Tab, true)]
6941
[InlineData(Keys.
Control
& Keys.Tab, false)]
System\Windows\Forms\TreeViewTests.cs (5)
5735
yield return new object[] { new KeyEventArgs(Keys.
Control
| Keys.Space) };
5768
yield return new object[] { false, true, false, new KeyEventArgs(Keys.
Control
| Keys.Space), 1, 1, true };
5769
yield return new object[] { false, true, true, new KeyEventArgs(Keys.
Control
| Keys.Space), 1, 0, true };
5900
yield return new object[] { true, new KeyEventArgs(Keys.
Control
| Keys.Space), true };
5905
yield return new object[] { false, new KeyEventArgs(Keys.
Control
| Keys.Space), true };
TextBoxBaseTests.cs (23)
5188
yield return new object[] { multiline, acceptsTab, readOnly, Keys.Tab | Keys.
Control
, false };
5839
yield return new object[] { shortcutsEnabled, readOnly, Keys.
Control
| Keys.Back, !shortcutsEnabled || !readOnly };
5840
yield return new object[] { shortcutsEnabled, readOnly, Keys.
Control
| Keys.Shift | Keys.Back, !shortcutsEnabled || !readOnly };
5944
Assert.True(control.ProcessCmdKey(ref message, Keys.
Control
| Keys.Back));
5958
Assert.False(control.ProcessCmdKey(ref message, Keys.
Control
| Keys.Back));
5973
Assert.True(control.ProcessCmdKey(ref message, Keys.
Control
| Keys.Back));
5991
Assert.True(control.ProcessCmdKey(ref message, Keys.
Control
| Keys.Back));
6008
Assert.True(control.ProcessCmdKey(ref message, Keys.
Control
| Keys.Back));
6017
[InlineData(true, Keys.
Control
| Keys.Tab)]
6018
[InlineData(false, Keys.
Control
| Keys.Tab)]
6019
[InlineData(true, Keys.
Control
| Keys.A)]
6020
[InlineData(false, Keys.
Control
| Keys.A)]
6036
[InlineData(true, Keys.
Control
| Keys.Tab)]
6037
[InlineData(false, Keys.
Control
| Keys.Tab)]
6038
[InlineData(true, Keys.
Control
| Keys.A)]
6039
[InlineData(false, Keys.
Control
| Keys.A)]
6057
[InlineData(true, Keys.
Control
| Keys.Tab, Keys.Tab, true)]
6058
[InlineData(false, Keys.
Control
| Keys.Tab, Keys.
Control
| Keys.Tab, false)]
6059
[InlineData(true, Keys.
Control
| Keys.A, Keys.
Control
| Keys.A, true)]
6060
[InlineData(false, Keys.
Control
| Keys.A, Keys.
Control
| Keys.A, false)]
TestPassApp (9)
Menu_Toolbars_controls.Designer.cs (9)
167
newToolStripMenuItem.ShortcutKeys = Keys.
Control
| Keys.N;
176
openToolStripMenuItem.ShortcutKeys = Keys.
Control
| Keys.O;
190
saveToolStripMenuItem.ShortcutKeys = Keys.
Control
| Keys.S;
210
printToolStripMenuItem.ShortcutKeys = Keys.
Control
| Keys.P;
244
undoToolStripMenuItem.ShortcutKeys = Keys.
Control
| Keys.Z;
251
redoToolStripMenuItem.ShortcutKeys = Keys.
Control
| Keys.Y;
265
cutToolStripMenuItem.ShortcutKeys = Keys.
Control
| Keys.X;
274
copyToolStripMenuItem.ShortcutKeys = Keys.
Control
| Keys.C;
283
pasteToolStripMenuItem.ShortcutKeys = Keys.
Control
| Keys.V;
WindowsFormsIntegration (3)
System\Windows\Integration\Convert.cs (2)
195
if ((keyData & SWF.Keys.
Control
) == SWF.Keys.
Control
)
System\Windows\Integration\WindowsFormsHost.cs (1)
907
if ((keyData & (Keys.Alt | Keys.
Control
)) == Keys.None)
WinFormsControlsTest (3)
MenuStripAndCheckedListBox.Designer.cs (3)
97
this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.
Control
| System.Windows.Forms.Keys.N)));
105
this.openToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.
Control
| System.Windows.Forms.Keys.O)));
231
this.uncheckedCheckOnClickToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.
Control
| System.Windows.Forms.Keys.C)));