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)
277System.Windows.MessageBoxButton.OK, 306System.Windows.MessageBoxButton.OK, 315System.Windows.MessageBoxButton.OK, 363System.Windows.MessageBoxButton.OK, 375System.Windows.MessageBoxButton.OK, 627System.Windows.MessageBoxButton.OK, 963System.Windows.MessageBoxButton.OK,
MS\Internal\Documents\RequestedSignatureDialog.cs (1)
75System.Windows.MessageBoxButton.OK,
MS\Internal\Documents\RightsManagementManager.cs (1)
617System.Windows.MessageBoxButton.OK,
MS\Internal\Documents\RMPublishingDialog.cs (2)
479MessageBoxButton.OK, 660MessageBoxButton.OK,