5 references to s_stateUnloading
System.Windows.Forms.Design (5)
System\ComponentModel\Design\DesignerHost.cs (5)
25private static readonly int s_stateIsClosingTransaction = BitVector32.CreateMask(s_stateUnloading); 185if (_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);