6 references to s_disposed
System.Windows.Forms (6)
System\Windows\Forms\ActiveX\AxHost.cs (6)
86private static readonly int s_manualUpdate = BitVector32.CreateMask(s_disposed); 891if (_axState[s_disposed]) 931if (olduMode != newuMode && !IsHandleCreated && !_axState[s_disposed]) 1364_axState[s_disposed] = false; 1825Debug.Assert(!_axState[s_disposed], "we could not be asking for the object when we are axState[disposed]..."); 3443_axState[s_disposed] = true;