6 references to disposed
System.Windows.Forms (6)
winforms\Managed\System\WinForms\AxHost.cs (6)
164private static readonly int manualUpdate = BitVector32.CreateMask(disposed); 1290if (axState[disposed]) 1320if (olduMode != newuMode && !IsHandleCreated && !axState[disposed]) { 1731axState[disposed] = false; 2170Debug.Assert(!axState[disposed], "we chould not be asking for the object when we are axState[disposed]..."); 4578axState[disposed] = true;