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