3 references to ChangeKeyboard
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (1)
12200UIcues |= UICues.ChangeKeyboard;
System\Windows\Forms\UICues.cs (1)
34Changed = ChangeFocus | ChangeKeyboard,
System\Windows\Forms\UICuesEventArgs.cs (1)
36public bool ChangeKeyboard => (_uicues & UICues.ChangeKeyboard) != 0;