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