5 references to D8
System.Windows.Forms (5)
winforms\Managed\System\WinForms\KeysConverter.cs (1)
83AddKey("8", Keys.D8);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
3015case Keys.D8:
winforms\Managed\System\WinForms\Shortcut.cs (3)
960Alt8 = Keys.Alt + Keys.D8, 1040Ctrl8 = Keys.Control + Keys.D8, 1120CtrlShift8 = Keys.Control + Keys.Shift + Keys.D8,