1 write to _state
System.Windows.Forms (1)
System\Windows\Forms\Internal\ItemArray.EntryEnumerator.cs (1)
28
_state
= state;
3 references to _state
System.Windows.Forms (3)
System\Windows\Forms\Internal\ItemArray.EntryEnumerator.cs (3)
54
if ((entry.State &
_state
) != 0)
61
if ((entry.State &
_state
) ==
_state
)