17 references to ShimManager
System.Windows.Forms (17)
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.cs (9)
58HtmlWindowShim? shim = ShimManager.GetWindowShim(this); 62shim = ShimManager.GetWindowShim(this); 82return hr.Succeeded ? new HtmlDocument(ShimManager, htmlDoc) : null; 95return iHTMLFramesCollection2 is not null ? new HtmlWindowCollection(ShimManager, iHTMLFramesCollection2) : null; 151? new HtmlWindow(ShimManager, htmlWindow2) 163return (iHTMLWindow2 is not null) ? new HtmlWindow(ShimManager, iHTMLWindow2) : null; 250? new HtmlElement(ShimManager, htmlElement) 337return htmlWindow2 is not null ? new HtmlWindow(ShimManager, htmlWindow2) : null; 355return iHTMLWindow2 is not null ? new HtmlWindow(ShimManager, iHTMLWindow2) : null;
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.HTMLWindowEvents2.cs (7)
33HtmlElementEventArgs e = new(_parent.ShimManager, evtObj); 46HtmlElementEventArgs e = new(_parent.ShimManager, evtObj); 52HtmlElementEventArgs e = new(_parent.ShimManager, evtObj); 58HtmlElementEventArgs e = new(_parent.ShimManager, evtObj); 64HtmlElementEventArgs e = new(_parent.ShimManager, evtObj); 70HtmlElementEventArgs e = new(_parent.ShimManager, evtObj); 76HtmlElementEventArgs e = new(_parent.ShimManager, evtObj);
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.HtmlWindowShim.cs (1)
94public void OnWindowUnload() => _htmlWindow?.ShimManager.OnWindowUnloaded(_htmlWindow);