3 references to prompt
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.cs (1)
367htmlWindow.Value->prompt(bstrMessage, input, &result).ThrowOnFailure();
System.Windows.Forms.Primitives (2)
Windows.Win32.IHTMLWindow2.g.cs (2)
436 /// <inheritdoc cref="prompt(winmdroot.Foundation.BSTR, winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*)"/> 441 winmdroot.Foundation.HRESULT __result = this.prompt(message, defstr, textdataLocal);