3 references to QueryInterface
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\CommonDialogs\FolderBrowserDialog.cs (1)
346if (dialog->QueryInterface(IID.Get<IFileDialogCustomize>(), customize).Succeeded)
System.Windows.Forms.Primitives (2)
Windows.Win32.IFileOpenDialog.g.cs (2)
27 /// <inheritdoc cref="QueryInterface(global::System.Guid*, void**)"/> 34 winmdroot.Foundation.HRESULT __result = this.QueryInterface(riidLocal, ppvObjectLocal);