3 references to ShowKeyboard
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (1)
14034UIcues |= UICues.ShowKeyboard;
winforms\Managed\System\WinForms\UICuesEvent.cs (2)
35Shown = ShowFocus | ShowKeyboard, 97return (uicues & UICues.ShowKeyboard) != 0;