3 references to ExecWB
System.Windows.Forms.Primitives (3)
Windows.Win32.IWebBrowser2.g.cs (1)
1497
return __object.
ExecWB
(cmdID, cmdexecopt, pvaIn, pvaOut);
Windows.Win32.UI_Shell_IWebBrowser2_Extensions.g.cs (2)
99
/// <inheritdoc cref="winmdroot.UI.Shell.IWebBrowser2.Interface.
ExecWB
(winmdroot.System.Ole.OLECMDID, winmdroot.System.Ole.OLECMDEXECOPT, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/>
103
winmdroot.Foundation.HRESULT __result = @this.
ExecWB
(cmdID, cmdexecopt, pvaIn.HasValue ? &pvaInLocal : null, pvaOut);