7 references to NativeHtmlElementCollection
System.Windows.Forms (7)
System\Windows\Forms\Controls\WebBrowser\HtmlElementCollection.cs (7)
34Debug.Assert(NativeHtmlElementCollection is not null, "The element collection object should implement IHTMLElementCollection"); 54if (NativeHtmlElementCollection is not null) 56using var htmlElementCollection = NativeHtmlElementCollection.GetInterface(); 73if (NativeHtmlElementCollection is not null) 75using var nativeHtmlElementCollection = NativeHtmlElementCollection.GetInterface(); 144if (NativeHtmlElementCollection is not null) 146using var nativeHtmlElementCollection = NativeHtmlElementCollection.GetInterface();