2 writes to _iOleInPlaceActiveObjectExternal
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
643activeHost._iOleInPlaceActiveObjectExternal = pActiveObject is null
System\Windows\Forms\ActiveX\AxHost.cs (1)
3440DisposeHelper.NullAndDispose(ref _iOleInPlaceActiveObjectExternal);
2 references to _iOleInPlaceActiveObjectExternal
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
642var existing = activeHost._iOleInPlaceActiveObjectExternal;
System\Windows\Forms\ActiveX\AxHost.cs (1)
1690using var activeObject = _iOleInPlaceActiveObjectExternal is { } external