3 references to execScript
System.Windows.Forms.Primitives (3)
Windows.Win32.IHTMLWindow2.g.cs (1)
1879 return __object.execScript(code, language, pvarRet);
Windows.Win32.Web_MsHtml_IHTMLWindow2_Extensions.g.cs (2)
128 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLWindow2.Interface.execScript(winmdroot.Foundation.BSTR, winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*)"/> 133 winmdroot.Foundation.HRESULT __result = @this.execScript(code, language, pvarRetLocal);