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