14 references to fOwnWindow
System.Windows.Forms (14)
winforms\Managed\System\WinForms\AxHost.cs (14)
157
private static readonly int fSimpleFrame = BitVector32.CreateMask(
fOwnWindow
);
315
if (axState[
fOwnWindow
] && IsUserMode()) {
567
return(axState[
fOwnWindow
] &&
610
if (f.Visible && Visible && !axState[
fOwnWindow
]) {
1200
return axState[
fOwnWindow
] || axState[fFakingWindow];
1413
if (!axState[
fOwnWindow
]) {
1641
if (axState[
fOwnWindow
]) {
1748
Debug.Assert(!axState[
fOwnWindow
], "If we are invis at runtime, we should never be going beynd OC_RUNNING");
1749
if (!axState[
fOwnWindow
]) {
1892
if (!axState[
fOwnWindow
]) {
1929
if (!axState[
fOwnWindow
]) {
1956
Debug.Assert(!axState[
fOwnWindow
], "can't own our window when hiding");
4171
if (host.GetAxState(AxHost.
fOwnWindow
)) {
4592
axState[
fOwnWindow
] = ((bits & NativeMethods.ActiveX.OLEMISC_INVISIBLEATRUNTIME) != 0) && IsUserMode();