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