4 references to ServiceNotification
PresentationFramework (2)
System\Windows\MessageBox.cs (2)
393if ( (options & (MessageBoxOptions.ServiceNotification | MessageBoxOptions.DefaultDesktopOnly)) != 0) 462int mask = ~((int)MessageBoxOptions.ServiceNotification |
PresentationFramework.Tests (2)
System\Windows\MessageBox.Tests.cs (2)
146[InlineData(MessageBoxOptions.ServiceNotification)] 149[InlineData(MessageBoxOptions.ServiceNotification | MessageBoxOptions.RightAlign)]