3 references to H
System.Windows.Forms (3)
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
2088case Keys.H: // ctrl-h == Backspace == '\b'
winforms\Managed\System\WinForms\Shortcut.cs (2)
85CtrlH = Keys.Control + Keys.H, 267CtrlShiftH = Keys.Control + Keys.Shift + Keys.H,