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