3 writes to state
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListBox.cs (3)
2790
entries[index].
state
|= stateMask;
2793
entries[index].
state
&= ~stateMask;
2853
this.
state
= 0;
7 references to state
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ListBox.cs (7)
2614
if ((entries[i].
state
& stateMask) != 0) {
2640
if ((entries[i].
state
& stateMask) != 0) {
2695
return ((entries[index].
state
& stateMask) == stateMask);
2707
if (stateMask == 0 || (entries[i].
state
& stateMask) != 0) {
2727
if (stateMask == 0 || (entries[i].
state
& stateMask) != 0) {
2889
if ((items.entries[current].
state
& state) != 0) {
2894
if ((items.entries[current].
state
& state) == state) {