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