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