4 writes to _inPlaceUiWindow
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (4)
834
DisposeHelper.NullAndDispose(ref
_inPlaceUiWindow
);
849
_inPlaceUiWindow
= pWindow is null ? null : new(pWindow, takeOwnership: true);
962
DisposeHelper.NullAndDispose(ref
_inPlaceUiWindow
);
2133
DisposeHelper.NullAndDispose(ref
_inPlaceUiWindow
);
6 references to _inPlaceUiWindow
System.Windows.Forms (6)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (6)
900
using var inPlaceUiWindow =
_inPlaceUiWindow
is null ? default :
_inPlaceUiWindow
.GetInterface();
901
if (
_inPlaceUiWindow
is not null)
916
if (
_inPlaceUiWindow
is not null)
1940
if (
_inPlaceUiWindow
is not null)
1942
using var window =
_inPlaceUiWindow
.GetInterface();