11 references to s_fFakingWindow
System.Windows.Forms (11)
System\Windows\Forms\ActiveX\AxHost.cs (10)
80
private static readonly int s_rejectSelection = BitVector32.CreateMask(
s_fFakingWindow
);
814
private bool OwnWindow() => _axState[s_fOwnWindow] || _axState[
s_fFakingWindow
];
1032
_axState[
s_fFakingWindow
] = true;
1192
if (_axState[
s_fFakingWindow
])
1311
if (_axState[
s_fFakingWindow
])
1493
Debug.Assert(_axState[
s_fFakingWindow
], "have to be faking it in order to destroy it...");
1501
_axState[
s_fFakingWindow
] = false;
1545
if (_axState[
s_fFakingWindow
])
1576
Debug.Assert(!_axState[
s_fFakingWindow
], "if we were visible, we could not have had a fake window...");
3238
if (!_axState[
s_fFakingWindow
])
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
285
if (_host.GetAxState(
s_fFakingWindow
))