7 references to s_stateReloadAtIdle
System.Windows.Forms.Design (7)
System\ComponentModel\Design\Serialization\BasicDesignerLoader.cs (7)
28
private 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.
129
protected bool ReloadPending => _state[
s_stateReloadAtIdle
];
244
if (_state[
s_stateReloadAtIdle
])
727
if (!_state[
s_stateReloadAtIdle
])
732
_state[
s_stateReloadAtIdle
] = false;
831
if (_state[
s_stateReloadAtIdle
])
837
_state[
s_stateReloadAtIdle
] = true;