3 references to QueryInterface
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.cs (1)
249
return !htmlFrameBase.IsNull && htmlFrameBase.Value->
QueryInterface
(IID.Get<IHTMLElement>(), (void**)&htmlElement).Succeeded
System.Windows.Forms.Primitives (2)
Windows.Win32.IHTMLFrameBase.g.cs (2)
26
/// <inheritdoc cref="
QueryInterface
(global::System.Guid*, void**)"/>
33
winmdroot.Foundation.HRESULT __result = this.
QueryInterface
(riidLocal, ppvObjectLocal);