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