public FrameCollection(DomContainer domContainer, IHTMLDocument2 htmlDocument) { AllFramesProcessor processor = new AllFramesProcessor(domContainer, (HTMLDocument)htmlDocument); NativeMethods.EnumIWebBrowser2Interfaces(processor); elements = processor.elements; }
public FrameCollection(DomContainer domContainer, IHTMLDocument2 htmlDocument) { AllFramesProcessor processor = new AllFramesProcessor(domContainer, (HTMLDocument) htmlDocument); NativeMethods.EnumIWebBrowser2Interfaces(processor); elements = processor.elements; }