8 references to D1
System.Windows.Forms (5)
System\Windows\Forms\Input\KeysConverter.cs (1)
69AddKey("1", Keys.D1);
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
1023Keys.D1 => PerformPageToolStripButtonClick(_onePageToolStripButton),
System\Windows\Forms\Shortcut.cs (3)
635Alt1 = Keys.Alt + Keys.D1, 685Ctrl1 = Keys.Control + Keys.D1, 735CtrlShift1 = Keys.Control + Keys.Shift + Keys.D1,
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)
9[InlineData(Keys.D1, 1, 1)]