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