5 references to ServiceNotification
System.Windows.Forms (4)
System\Windows\Forms\Dialogs\MessageBox.cs (4)
54
if (!SystemInformation.UserInteractive && (options & (MessageBoxOptions.
ServiceNotification
| MessageBoxOptions.DefaultDesktopOnly)) == 0)
59
if (owner is not null && (options & (MessageBoxOptions.
ServiceNotification
| MessageBoxOptions.DefaultDesktopOnly)) != 0)
64
if (showHelp && (options & (MessageBoxOptions.
ServiceNotification
| MessageBoxOptions.DefaultDesktopOnly)) != 0)
458
if (showHelp || ((options & (MessageBoxOptions.
ServiceNotification
| MessageBoxOptions.DefaultDesktopOnly)) == 0))
WinFormsControlsTest (1)
MessageBoxes.cs (1)
26
if ((_messgageBoxProxy.Options & (MessageBoxOptions.
ServiceNotification
| MessageBoxOptions.DefaultDesktopOnly)) == 0)