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
])
714
_state[
s_stateUnloading
] = true;
783
_state[
s_stateUnloading
] = false;
867
_state[s_stateLoading] || _state[
s_stateUnloading
] || (_loader is not null && _loader.Loading);