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