3 references to s_stateReloadSupported
System.Windows.Forms.Design (3)
System\ComponentModel\Design\Serialization\BasicDesignerLoader.cs (3)
25private static readonly int s_stateActiveDocument = BitVector32.CreateMask(s_stateReloadSupported); // Is this the currently active document? 51_state[s_stateReloadSupported] = true; 965if (!_state[s_stateReloadSupported] || _loadDependencyCount != 0)