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