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