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)
670System.Windows.MessageBoxButton.OK, MessageBoxImage.Warning);
MS\Internal\Documents\DocumentViewerHelper.cs (1)
292MessageBoxButton.OK,
MS\Internal\Printing\Win32PrintDialog.cs (1)
117(int) System.Windows.MessageBoxButton.OK
System\Windows\Controls\DocumentViewer.cs (1)
2230MessageBoxButton.OK,
System\Windows\MessageBox.cs (6)
155return ShowCore(IntPtr.Zero, messageBoxText, caption, MessageBoxButton.OK, MessageBoxImage.None, 0, 0); 165return ShowCore(IntPtr.Zero, messageBoxText, String.Empty, MessageBoxButton.OK, MessageBoxImage.None, 0, 0); 309return ShowCore((new WindowInteropHelper (owner)).CriticalHandle, messageBoxText, caption, MessageBoxButton.OK, MessageBoxImage.None, 0, 0); 319return ShowCore((new WindowInteropHelper (owner)).CriticalHandle, messageBoxText, String.Empty, MessageBoxButton.OK, MessageBoxImage.None, 0, 0); 329case MessageBoxButton.OK: 409return value == MessageBoxButton.OK
PresentationUI (17)
MS\Internal\Documents\Application\FilePresentation.cs (4)
115System.Windows.MessageBoxButton.OK, 129System.Windows.MessageBoxButton.OK, 142System.Windows.MessageBoxButton.OK, 155System.Windows.MessageBoxButton.OK,
MS\Internal\Documents\Application\RightsManagementErrorHandler.cs (2)
99System.Windows.MessageBoxButton.OK, 128System.Windows.MessageBoxButton.OK,
MS\Internal\Documents\DocumentSignatureManager.cs (7)
275System.Windows.MessageBoxButton.OK, 304System.Windows.MessageBoxButton.OK, 313System.Windows.MessageBoxButton.OK, 361System.Windows.MessageBoxButton.OK, 373System.Windows.MessageBoxButton.OK, 625System.Windows.MessageBoxButton.OK, 961System.Windows.MessageBoxButton.OK,
MS\Internal\Documents\RequestedSignatureDialog.cs (1)
74System.Windows.MessageBoxButton.OK,
MS\Internal\Documents\RightsManagementManager.cs (1)
615System.Windows.MessageBoxButton.OK,
MS\Internal\Documents\RMPublishingDialog.cs (2)
479MessageBoxButton.OK, 660MessageBoxButton.OK,