11 references to ownDisposing
System.Windows.Forms (11)
winforms\Managed\System\WinForms\AxHost.cs (11)
162private static readonly int sinkAttached = BitVector32.CreateMask(ownDisposing); 1747axState[ownDisposing] = false; 1827axState[ownDisposing] = true; 2504bool ownDispose = this.axState[ownDisposing]; 2505this.axState[ownDisposing] = true; 2511this.axState[ownDisposing] = ownDispose; 4253host.SetAxState(AxHost.ownDisposing, false); 4531return axState[ownDisposing]; 5838bool ownDisposing = tempSite.GetAxState(AxHost.ownDisposing); 5840tempSite.SetAxState(AxHost.ownDisposing, true); 5844tempSite.SetAxState(AxHost.ownDisposing, ownDisposing);