28 references to OK
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Notification\EditorNotificationServiceFactory.cs (1)
61
MessageBox.Show(message, title, MessageBoxButton.
OK
, image);
PresentationFramework (10)
Microsoft\Win32\FileDialog.cs (1)
666
System.Windows.MessageBoxButton.
OK
, MessageBoxImage.Warning);
MS\Internal\Documents\DocumentViewerHelper.cs (1)
290
MessageBoxButton.
OK
,
MS\Internal\Printing\Win32PrintDialog.cs (1)
115
(int) System.Windows.MessageBoxButton.
OK
System\Windows\Controls\DocumentViewer.cs (1)
2226
MessageBoxButton.
OK
,
System\Windows\MessageBox.cs (6)
148
return ShowCore(IntPtr.Zero, messageBoxText, caption, MessageBoxButton.
OK
, MessageBoxImage.None, 0, 0);
158
return ShowCore(IntPtr.Zero, messageBoxText, String.Empty, MessageBoxButton.
OK
, MessageBoxImage.None, 0, 0);
302
return ShowCore((new WindowInteropHelper (owner)).Handle, messageBoxText, caption, MessageBoxButton.
OK
, MessageBoxImage.None, 0, 0);
312
return ShowCore((new WindowInteropHelper (owner)).Handle, messageBoxText, String.Empty, MessageBoxButton.
OK
, MessageBoxImage.None, 0, 0);
322
case MessageBoxButton.
OK
:
402
return value == MessageBoxButton.
OK
PresentationUI (17)
MS\Internal\Documents\Application\FilePresentation.cs (4)
114
System.Windows.MessageBoxButton.
OK
,
128
System.Windows.MessageBoxButton.
OK
,
141
System.Windows.MessageBoxButton.
OK
,
154
System.Windows.MessageBoxButton.
OK
,
MS\Internal\Documents\Application\RightsManagementErrorHandler.cs (2)
99
System.Windows.MessageBoxButton.
OK
,
128
System.Windows.MessageBoxButton.
OK
,
MS\Internal\Documents\DocumentSignatureManager.cs (7)
271
System.Windows.MessageBoxButton.
OK
,
300
System.Windows.MessageBoxButton.
OK
,
309
System.Windows.MessageBoxButton.
OK
,
357
System.Windows.MessageBoxButton.
OK
,
369
System.Windows.MessageBoxButton.
OK
,
621
System.Windows.MessageBoxButton.
OK
,
958
System.Windows.MessageBoxButton.
OK
,
MS\Internal\Documents\RequestedSignatureDialog.cs (1)
71
System.Windows.MessageBoxButton.
OK
,
MS\Internal\Documents\RightsManagementManager.cs (1)
614
System.Windows.MessageBoxButton.
OK
,
MS\Internal\Documents\RMPublishingDialog.cs (2)
471
MessageBoxButton.
OK
,
652
MessageBoxButton.
OK
,