8 references to D2
System.Windows.Forms (5)
System\Windows\Forms\Input\KeysConverter.cs (1)
70AddKey("2", Keys.D2);
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
1024Keys.D2 => PerformPageToolStripButtonClick(_twoPagesToolStripButton),
System\Windows\Forms\Shortcut.cs (3)
640Alt2 = Keys.Alt + Keys.D2, 690Ctrl2 = Keys.Control + Keys.D2, 740CtrlShift2 = Keys.Control + Keys.Shift + Keys.D2,
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)
10[InlineData(Keys.D2, 1, 2)]