7 references to s_stateReloadAtIdle
System.Windows.Forms.Design (7)
System\ComponentModel\Design\Serialization\BasicDesignerLoader.cs (7)
28private static readonly int s_stateForceReload = BitVector32.CreateMask(s_stateReloadAtIdle); // True if we should always reload, False if we should check the code dom for changes first. 129protected bool ReloadPending => _state[s_stateReloadAtIdle]; 244if (_state[s_stateReloadAtIdle]) 724if (!_state[s_stateReloadAtIdle]) 729_state[s_stateReloadAtIdle] = false; 828if (_state[s_stateReloadAtIdle]) 834_state[s_stateReloadAtIdle] = true;