1 write to _uicues
System.Windows.Forms (1)
System\Windows\Forms\UICuesEventArgs.cs (1)
15_uicues = uicues;
5 references to _uicues
System.Windows.Forms (5)
System\Windows\Forms\UICuesEventArgs.cs (5)
21public bool ShowFocus => (_uicues & UICues.ShowFocus) != 0; 26public bool ShowKeyboard => (_uicues & UICues.ShowKeyboard) != 0; 31public bool ChangeFocus => (_uicues & UICues.ChangeFocus) != 0; 36public bool ChangeKeyboard => (_uicues & UICues.ChangeKeyboard) != 0; 38public UICues Changed => (_uicues & UICues.Changed);