3 references to NativeHTMLFramesCollection2
System.Windows.Forms (3)
winforms\Managed\System\WinForms\HtmlWindowCollection.cs (3)
33Debug.Assert(this.NativeHTMLFramesCollection2 != null, "The window collection object should implement IHTMLFramesCollection2"); 54UnsafeNativeMethods.IHTMLWindow2 htmlWindow2 = this.NativeHTMLFramesCollection2.Item(ref oIndex) 85return this.NativeHTMLFramesCollection2.GetLength();