28 references to OK
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Notification\EditorNotificationServiceFactory.cs (1)
61MessageBox.Show(message, title, MessageBoxButton.OK, image);
PresentationFramework (10)
Microsoft\Win32\FileDialog.cs (1)
666System.Windows.MessageBoxButton.OK, MessageBoxImage.Warning);
MS\Internal\Documents\DocumentViewerHelper.cs (1)
290MessageBoxButton.OK,
MS\Internal\Printing\Win32PrintDialog.cs (1)
115(int) System.Windows.MessageBoxButton.OK
System\Windows\Controls\DocumentViewer.cs (1)
2226MessageBoxButton.OK,
System\Windows\MessageBox.cs (6)
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); 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); 322case MessageBoxButton.OK: 402return value == MessageBoxButton.OK
PresentationUI (17)
MS\Internal\Documents\Application\FilePresentation.cs (4)
114System.Windows.MessageBoxButton.OK, 128System.Windows.MessageBoxButton.OK, 141System.Windows.MessageBoxButton.OK, 154System.Windows.MessageBoxButton.OK,
MS\Internal\Documents\Application\RightsManagementErrorHandler.cs (2)
99System.Windows.MessageBoxButton.OK, 128System.Windows.MessageBoxButton.OK,
MS\Internal\Documents\DocumentSignatureManager.cs (7)
271System.Windows.MessageBoxButton.OK, 300System.Windows.MessageBoxButton.OK, 309System.Windows.MessageBoxButton.OK, 357System.Windows.MessageBoxButton.OK, 369System.Windows.MessageBoxButton.OK, 621System.Windows.MessageBoxButton.OK, 958System.Windows.MessageBoxButton.OK,
MS\Internal\Documents\RequestedSignatureDialog.cs (1)
71System.Windows.MessageBoxButton.OK,
MS\Internal\Documents\RightsManagementManager.cs (1)
614System.Windows.MessageBoxButton.OK,
MS\Internal\Documents\RMPublishingDialog.cs (2)
471MessageBoxButton.OK, 652MessageBoxButton.OK,