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)
21
public bool ShowFocus => (
_uicues
& UICues.ShowFocus) != 0;
26
public bool ShowKeyboard => (
_uicues
& UICues.ShowKeyboard) != 0;
31
public bool ChangeFocus => (
_uicues
& UICues.ChangeFocus) != 0;
36
public bool ChangeKeyboard => (
_uicues
& UICues.ChangeKeyboard) != 0;
38
public UICues Changed => (
_uicues
& UICues.Changed);