4 references to ServiceNotification
System.Windows.Forms (4)
winforms\Managed\System\WinForms\MessageBox.cs (4)
434
if (!SystemInformation.UserInteractive && (options & (MessageBoxOptions.
ServiceNotification
| MessageBoxOptions.DefaultDesktopOnly)) == 0) {
437
if (owner != null && (options & (MessageBoxOptions.
ServiceNotification
| MessageBoxOptions.DefaultDesktopOnly)) != 0) {
440
if (showHelp && (options & (MessageBoxOptions.
ServiceNotification
| MessageBoxOptions.DefaultDesktopOnly)) != 0) {
456
if (showHelp || ((options & (MessageBoxOptions.
ServiceNotification
| MessageBoxOptions.DefaultDesktopOnly)) == 0)) {