9 references to D5
System.Windows.Forms (6)
System\Windows\Forms\Input\KeysConverter.cs (1)
73
AddKey("5", Keys.
D5
);
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
1027
Keys.
D5
=> PerformPageToolStripButtonClick(_sixPagesToolStripButton),
System\Windows\Forms\SendKeys\SendKeys.cs (1)
71
new("%", (Keys.
D5
| Keys.Shift)),
System\Windows\Forms\Shortcut.cs (3)
655
Alt5 = Keys.Alt + Keys.
D5
,
705
Ctrl5 = Keys.Control + Keys.
D5
,
755
CtrlShift5 = Keys.Control + Keys.Shift + Keys.
D5
,
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 (2)
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\PrintPreviewDialogTests.cs (1)
13
[InlineData(Keys.
D5
, 2, 3)]