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]) 727if (!_state[s_stateReloadAtIdle]) 732_state[s_stateReloadAtIdle] = false; 831if (_state[s_stateReloadAtIdle]) 837_state[s_stateReloadAtIdle] = true;