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