3 references to ChangeKeyboard
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (1)
14025UIcues |= UICues.ChangeKeyboard;
winforms\Managed\System\WinForms\UICuesEvent.cs (2)
53Changed = ChangeFocus | ChangeKeyboard, 117return (uicues & UICues.ChangeKeyboard) != 0;