8 references to D3
System.Windows.Forms (5)
System\Windows\Forms\Input\KeysConverter.cs (1)
71
AddKey("3", Keys.
D3
);
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
1025
Keys.
D3
=> PerformPageToolStripButtonClick(_threePagesToolStripButton),
System\Windows\Forms\Shortcut.cs (3)
645
Alt3 = Keys.Alt + Keys.
D3
,
695
Ctrl3 = Keys.Control + Keys.
D3
,
745
CtrlShift3 = Keys.Control + Keys.Shift + Keys.
D3
,
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)
11
[InlineData(Keys.
D3
, 1, 3)]