Esempio 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;
 }
Esempio 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");
 }