7 references to NativeHtmlElementCollection
System.Windows.Forms (7)
winforms\Managed\System\WinForms\HtmlElementCollection.cs (7)
41
Debug.Assert(this.
NativeHtmlElementCollection
!= null, "The element collection object should implement IHTMLElementCollection");
67
if (this.
NativeHtmlElementCollection
!= null) {
69
this.
NativeHtmlElementCollection
.Item((object)index, (object)0) as UnsafeNativeMethods.IHTMLElement;
87
if (this.
NativeHtmlElementCollection
!= null) {
89
this.
NativeHtmlElementCollection
.Item((object)elementId, (object)0) as UnsafeNativeMethods.IHTMLElement;
143
if (this.
NativeHtmlElementCollection
!= null) {
144
return this.
NativeHtmlElementCollection
.GetLength();