2 writes to _htmlWindow
System.Windows.Forms (2)
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.HtmlWindowShim.cs (2)
32_htmlWindow = window; 102_htmlWindow = null!;
8 references to _htmlWindow
System.Windows.Forms (8)
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.HtmlWindowShim.cs (8)
37public IHTMLWindow2.Interface NativeHtmlWindow => (IHTMLWindow2.Interface)_htmlWindow.NativeHtmlWindow.GetManagedObject(); 47using var htmlWindow3 = _htmlWindow.GetHtmlWindow<IHTMLWindow3>(); 62new HTMLWindowEvents2(_htmlWindow), 78using var htmlWindow3 = _htmlWindow.GetHtmlWindow<IHTMLWindow3>(); 94public void OnWindowUnload() => _htmlWindow?.ShimManager.OnWindowUnloaded(_htmlWindow); 101_htmlWindow?.NativeHtmlWindow?.Dispose(); 106protected override object GetEventSender() => _htmlWindow;