22 references to OC_INPLACE
System.Windows.Forms (22)
winforms\Managed\System\WinForms\AxHost.cs (22)
569
ocState >=
OC_INPLACE
);
613
else if (!f.Visible && Visible && IsHandleCreated && GetOcState() >=
OC_INPLACE
) {
616
else if (f.Visible && !GetState(STATE_VISIBLE) && IsHandleCreated && GetOcState() >=
OC_INPLACE
) {
1314
TransitionUpTo(
OC_INPLACE
);
1423
TransitionUpTo(
OC_INPLACE
);
1547
if (GetOcState() <
OC_INPLACE
) return;
1681
Debug.WriteLineIf(AxHTraceSwitch.TraceVerbose && GetOcState() ==
OC_INPLACE
, "failed transition");
1682
SetOcState(
OC_INPLACE
);
1684
case
OC_INPLACE
:
1784
if (GetOcState() <
OC_INPLACE
) {
1785
SetOcState(
OC_INPLACE
);
1789
case
OC_INPLACE
:
1845
Debug.Assert(GetOcState() >=
OC_INPLACE
, "we have to be in place in order to ui activate...");
1958
Debug.Assert(GetOcState() >=
OC_INPLACE
, "have to be in place in order to hide.");
1961
if (GetOcState() <
OC_INPLACE
) {
1970
SetOcState(
OC_INPLACE
);
3497
if (GetOcState() >=
OC_INPLACE
) {
4186
host.TransitionUpTo(
OC_INPLACE
);
4188
if (host.GetOcState() <
OC_INPLACE
)
4255
host.SetOcState(
OC_INPLACE
);
4296
if (host.GetOcState() >
OC_INPLACE
) {
4297
host.SetOcState(
OC_INPLACE
);