Where can I find the list of interfaces supported by the WPF WebBrowser.Document (namespace system.windows.controls) from C#?
Moreover, where can I find the official documentation from Microsoft web site? The document from MS http://msdn.microsoft.com/en-us/library/system.windows.controls.webbrowser.document%28v=vs.110%29.aspx only state this:
Remarks
The Document object needs to be cast to the COM interface you are expecting.
But I cannot find the list of interfaces that I can expect from this object.