3 types derived from HtmlShim
System.Windows.Forms (3)
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.HtmlDocumentShim.cs (1)
23
internal class HtmlDocumentShim :
HtmlShim
System\Windows\Forms\Controls\WebBrowser\HtmlElement.HtmlElementShim.cs (1)
19
internal unsafe class HtmlElementShim :
HtmlShim
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.HtmlWindowShim.cs (1)
25
internal unsafe class HtmlWindowShim :
HtmlShim
1 reference to HtmlShim
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\HtmlShimManager.cs (1)
146
private unsafe void OnShimAdded(
HtmlShim
addedShim)