2 references to MessageBox
System.Windows.Forms.Primitives (2)
Windows.Win32.PInvoke.USER32.dll.g.cs (2)
2373
/// <inheritdoc cref="
MessageBox
(winmdroot.Foundation.HWND, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCWSTR, winmdroot.UI.WindowsAndMessaging.MESSAGEBOX_STYLE)"/>
2381
winmdroot.UI.WindowsAndMessaging.MESSAGEBOX_RESULT __result = PInvoke.
MessageBox
(hWnd, lpTextLocal, lpCaptionLocal, uType);