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