16 references to D0
System.Windows.Forms (8)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (4)
10130
case Keys.
D0
:
15687
case Keys.
D0
:
20076
else if (key is Keys.
D0
or Keys.NumPad0)
24474
case Keys.
D0
:
System\Windows\Forms\Input\KeysConverter.cs (1)
68
AddKey("0", Keys.
D0
);
System\Windows\Forms\Shortcut.cs (3)
630
Alt0 = Keys.Alt + Keys.
D0
,
680
Ctrl0 = Keys.Control + Keys.
D0
,
730
CtrlShift0 = Keys.Control + Keys.Shift + Keys.
D0
,
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
21
Keys.A, Keys.B, Keys.C, Keys.D, Keys.
D0
, Keys.D1, Keys.D2, Keys.D3, Keys.D4, Keys.D5, Keys.D6, Keys.D7,
System.Windows.Forms.Tests (7)
System\Windows\Forms\ControlTests.Methods.cs (3)
4403
yield return new object[] { Keys.
D0
, false };
4433
yield return new object[] { Keys.Control | Keys.
D0
, false };
4463
yield return new object[] { Keys.Alt | Keys.
D0
, false };
System\Windows\Forms\KeysConverterTests.cs (1)
146
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\TabControlTests.cs (3)
4006
yield return new object[] { Keys.
D0
, false };
4031
yield return new object[] { Keys.Control | Keys.
D0
, false };
4060
yield return new object[] { Keys.Alt | Keys.
D0
, false };