Exemplo n.º 1
0
        internal HtmlWindowCollection(HtmlShimManager shimManager, UnsafeNativeMethods.IHTMLFramesCollection2 collection)
        {
            this.htmlFramesCollection2 = collection;
            this.shimManager           = shimManager;

            Debug.Assert(this.NativeHTMLFramesCollection2 != null, "The window collection object should implement IHTMLFramesCollection2");
        }
 internal HtmlWindowCollection(HtmlShimManager shimManager, UnsafeNativeMethods.IHTMLFramesCollection2 collection)
 {
     this.htmlFramesCollection2 = collection;
     this.shimManager = shimManager;
 }
Exemplo n.º 3
0
 internal HtmlWindowCollection(HtmlShimManager shimManager, UnsafeNativeMethods.IHTMLFramesCollection2 collection)
 {
     this.htmlFramesCollection2 = collection;
     this.shimManager           = shimManager;
 }
 internal HtmlWindowCollection(HtmlShimManager shimManager, UnsafeNativeMethods.IHTMLFramesCollection2 collection) {
     this.htmlFramesCollection2 = collection;
     this.shimManager = shimManager;
     
     Debug.Assert(this.NativeHTMLFramesCollection2 != null, "The window collection object should implement IHTMLFramesCollection2");
 }