4 writes to _inPlaceFrame
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (4)
835
DisposeHelper.NullAndDispose(ref
_inPlaceFrame
);
848
_inPlaceFrame
= pFrame is null ? null : new(pFrame, takeOwnership: true);
963
DisposeHelper.NullAndDispose(ref
_inPlaceFrame
);
2132
DisposeHelper.NullAndDispose(ref
_inPlaceFrame
);
7 references to _inPlaceFrame
System.Windows.Forms (7)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (7)
894
Debug.Assert(
_inPlaceFrame
is not null, "Setting us to visible should have created the in place frame");
898
using var inPlaceFrame =
_inPlaceFrame
.GetInterface();
1313
if (_activeXState[s_uiActive] && fActivate &&
_inPlaceFrame
is not null)
1316
using var inPlaceFrame =
_inPlaceFrame
.GetInterface();
1947
Debug.Assert(
_inPlaceFrame
is not null, "No inplace frame -- how did we go UI active?");
1949
if (
_inPlaceFrame
is not null)
1951
using var frame =
_inPlaceFrame
.GetInterface();