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)
37
public IHTMLWindow2.Interface NativeHtmlWindow => (IHTMLWindow2.Interface)
_htmlWindow
.NativeHtmlWindow.GetManagedObject();
47
using var htmlWindow3 =
_htmlWindow
.GetHtmlWindow<IHTMLWindow3>();
62
new HTMLWindowEvents2(
_htmlWindow
),
78
using var htmlWindow3 =
_htmlWindow
.GetHtmlWindow<IHTMLWindow3>();
94
public void OnWindowUnload() =>
_htmlWindow
?.ShimManager.OnWindowUnloaded(
_htmlWindow
);
101
_htmlWindow
?.NativeHtmlWindow?.Dispose();
106
protected override object GetEventSender() =>
_htmlWindow
;