64 references to MessageBoxImage
Microsoft.CodeAnalysis.EditorFeatures.Wpf (6)
Notification\EditorNotificationServiceFactory.cs (6)
60var image = SeverityToImage(severity); 79var image = SeverityToImage(severity); 84private static MessageBoxImage SeverityToImage(NotificationSeverity severity) 87NotificationSeverity.Information => MessageBoxImage.Information, 88NotificationSeverity.Warning => MessageBoxImage.Warning, 89_ => MessageBoxImage.Error,
PresentationFramework (33)
Microsoft\Win32\CommonItemDialog.cs (1)
340MessageBoxImage image)
Microsoft\Win32\FileDialog.cs (1)
666System.Windows.MessageBoxButton.OK, MessageBoxImage.Warning);
Microsoft\Win32\SaveFileDialog.cs (2)
301MessageBoxButton.YesNo, MessageBoxImage.Warning); 313MessageBoxButton.YesNo, MessageBoxImage.Warning);
MS\Internal\Documents\DocumentViewerHelper.cs (1)
291MessageBoxImage.Asterisk);
MS\Internal\Printing\Win32PrintDialog.cs (1)
116| (int) System.Windows.MessageBoxImage.Information
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\SecurityHelper.cs (2)
176System.Windows.MessageBoxImage image 201System.Windows.MessageBoxImage image
System\Windows\Controls\DocumentViewer.cs (1)
2227MessageBoxImage.Asterisk);
System\Windows\MessageBox.cs (24)
92MessageBoxImage icon, 108MessageBoxImage icon, 123MessageBoxImage icon) 138return ShowCore(IntPtr.Zero, messageBoxText, caption, button, MessageBoxImage.None, 0, 0); 148return ShowCore(IntPtr.Zero, messageBoxText, caption, MessageBoxButton.OK, MessageBoxImage.None, 0, 0); 158return ShowCore(IntPtr.Zero, messageBoxText, String.Empty, MessageBoxButton.OK, MessageBoxImage.None, 0, 0); 244MessageBoxImage icon, MessageBoxResult defaultResult, 260MessageBoxImage icon, 276MessageBoxImage icon) 292return ShowCore((new WindowInteropHelper (owner)).Handle, messageBoxText, caption, button, MessageBoxImage.None, 0, 0); 302return ShowCore((new WindowInteropHelper (owner)).Handle, messageBoxText, caption, MessageBoxButton.OK, MessageBoxImage.None, 0, 0); 312return ShowCore((new WindowInteropHelper (owner)).Handle, messageBoxText, String.Empty, MessageBoxButton.OK, MessageBoxImage.None, 0, 0); 344MessageBoxImage icon, 354throw new InvalidEnumArgumentException ("icon", (int)icon, typeof(MessageBoxImage)); 408private static bool IsValidMessageBoxImage(MessageBoxImage value) 410return value == MessageBoxImage.Asterisk 411|| value == MessageBoxImage.Error 412|| value == MessageBoxImage.Exclamation 413|| value == MessageBoxImage.Hand 414|| value == MessageBoxImage.Information 415|| value == MessageBoxImage.None 416|| value == MessageBoxImage.Question 417|| value == MessageBoxImage.Stop 418|| value == MessageBoxImage.Warning;
PresentationUI (25)
MS\Internal\Documents\Application\FilePresentation.cs (4)
115System.Windows.MessageBoxImage.Exclamation 129System.Windows.MessageBoxImage.Exclamation 142System.Windows.MessageBoxImage.Exclamation 155System.Windows.MessageBoxImage.Exclamation
MS\Internal\Documents\Application\RightsManagementErrorHandler.cs (3)
100System.Windows.MessageBoxImage.Warning); 114System.Windows.MessageBoxImage.Warning); 129System.Windows.MessageBoxImage.Warning);
MS\Internal\Documents\DocumentSignatureManager.cs (11)
272System.Windows.MessageBoxImage.Exclamation); 301System.Windows.MessageBoxImage.Exclamation 310System.Windows.MessageBoxImage.Exclamation 358System.Windows.MessageBoxImage.Exclamation); 370System.Windows.MessageBoxImage.Exclamation); 383System.Windows.MessageBoxImage.Exclamation); 399System.Windows.MessageBoxImage.Exclamation); 415System.Windows.MessageBoxImage.Exclamation); 444System.Windows.MessageBoxImage.Exclamation); 622System.Windows.MessageBoxImage.Exclamation); 959System.Windows.MessageBoxImage.Exclamation);
MS\Internal\Documents\RequestedSignatureDialog.cs (1)
72System.Windows.MessageBoxImage.Exclamation
MS\Internal\Documents\RightsManagementManager.cs (3)
615System.Windows.MessageBoxImage.Exclamation 649System.Windows.MessageBoxImage.Warning); 984System.Windows.MessageBoxImage.Exclamation
MS\Internal\Documents\RMPublishingDialog.cs (2)
472MessageBoxImage.Exclamation); 653MessageBoxImage.Exclamation);
MS\Internal\Documents\SignatureSummaryDialog.cs (1)
337System.Windows.MessageBoxImage.Exclamation