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