4 references to QueryInterface
System.Windows.Forms (2)
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (2)
177
hr = child.Value->
QueryInterface
(IID.Get<IHTMLElement>(), (void**)&iHtmlElement);
293
hr = sibling.Value->
QueryInterface
(IID.Get<IHTMLElement>(), (void**)&iHtmlElement);
System.Windows.Forms.Primitives (2)
Windows.Win32.IHTMLDOMNode.g.cs (2)
26
/// <inheritdoc cref="
QueryInterface
(global::System.Guid*, void**)"/>
33
winmdroot.Foundation.HRESULT __result = this.
QueryInterface
(riidLocal, ppvObjectLocal);