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