2 writes to state
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DrawItemEvent.cs (2)
81
this.
state
= state;
96
this.
state
= state;
5 references to state
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DrawItemEvent.cs (5)
104
if ((
state
& DrawItemState.Selected) == DrawItemState.Selected) {
141
if ((
state
& DrawItemState.Selected) == DrawItemState.Selected) {
177
return
state
;
196
if ((
state
& DrawItemState.Focus) == DrawItemState.Focus
197
&& (
state
& DrawItemState.NoFocusRect) != DrawItemState.NoFocusRect)