5 references to s_stateUnloading
System.Windows.Forms.Design (5)
System\ComponentModel\Design\DesignerHost.cs (5)
25
private static readonly int s_stateIsClosingTransaction = BitVector32.CreateMask(
s_stateUnloading
);
185
if (_state[
s_stateUnloading
])
711
_state[
s_stateUnloading
] = true;
780
_state[
s_stateUnloading
] = false;
864
_state[s_stateLoading] || _state[
s_stateUnloading
] || (_loader is not null && _loader.Loading);