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