2 references to ServiceNotification
PresentationFramework (2)
System\Windows\MessageBox.cs (2)
371
if ( (options & (MessageBoxOptions.
ServiceNotification
| MessageBoxOptions.DefaultDesktopOnly)) != 0)
432
int mask = ~((int)MessageBoxOptions.
ServiceNotification
|