5 references to IHTMLFramesCollection2
System.Windows.Forms (5)
winforms\Managed\System\WinForms\HtmlWindow.cs (1)
112UnsafeNativeMethods.IHTMLFramesCollection2 iHTMLFramesCollection2 = this.NativeHtmlWindow.GetFrames();
winforms\Managed\System\WinForms\HtmlWindowCollection.cs (3)
26private UnsafeNativeMethods.IHTMLFramesCollection2 htmlFramesCollection2; 29internal HtmlWindowCollection(HtmlShimManager shimManager, UnsafeNativeMethods.IHTMLFramesCollection2 collection) { 36private UnsafeNativeMethods.IHTMLFramesCollection2 NativeHTMLFramesCollection2 {
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
2584[return: MarshalAs(UnmanagedType.Interface)] UnsafeNativeMethods.IHTMLFramesCollection2 GetFrames();