5 references to s_stateForceReload
System.Windows.Forms.Design (5)
System\ComponentModel\Design\Serialization\BasicDesignerLoader.cs (5)
29private static readonly int s_stateFlushReload = BitVector32.CreateMask(s_stateForceReload); // True if we should flush before reloading. 587if (_state[s_stateForceReload]) 757if (!_state[s_stateForceReload] && !IsReloadNeeded()) 774_state[s_stateForceReload | s_stateModifyIfErrors | s_stateFlushReload] = false; 812_state[s_stateForceReload] = ((flags & ReloadOptions.Force) != 0);