2 writes to state2
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
502
state2
= STATE2_INTERESTEDINUSERPREFERENCECHANGED;
12027
state2
= value ? state2 | flag : state2 & ~flag;
3 references to state2
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (3)
7074
return (
state2
& flag) != 0;
12027
state2 = value ?
state2
| flag :
state2
& ~flag;