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