3 references to confirm
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.cs (1)
276
htmlWindow.Value->
confirm
(bstrMessage, &confirmed).ThrowOnFailure();
System.Windows.Forms.Primitives (2)
Windows.Win32.IHTMLWindow2.g.cs (2)
401
/// <inheritdoc cref="
confirm
(winmdroot.Foundation.BSTR, winmdroot.Foundation.VARIANT_BOOL*)"/>
406
winmdroot.Foundation.HRESULT __result = this.
confirm
(message, confirmedLocal);