4 writes to _inPlaceUiWindow
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (4)
842
DisposeHelper.NullAndDispose(ref
_inPlaceUiWindow
);
857
_inPlaceUiWindow
= pWindow is null ? null : new(pWindow, takeOwnership: true);
970
DisposeHelper.NullAndDispose(ref
_inPlaceUiWindow
);
2141
DisposeHelper.NullAndDispose(ref
_inPlaceUiWindow
);
6 references to _inPlaceUiWindow
System.Windows.Forms (6)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (6)
908
using var inPlaceUiWindow =
_inPlaceUiWindow
is null ? default :
_inPlaceUiWindow
.GetInterface();
909
if (
_inPlaceUiWindow
is not null)
924
if (
_inPlaceUiWindow
is not null)
1948
if (
_inPlaceUiWindow
is not null)
1950
using var window =
_inPlaceUiWindow
.GetInterface();