27 references to OK
PresentationFramework (10)
Microsoft\Win32\FileDialog.cs (1)
631
System.Windows.MessageBoxButton.
OK
, MessageBoxImage.Warning);
MS\Internal\Documents\DocumentViewerHelper.cs (1)
289
MessageBoxButton.
OK
,
MS\Internal\Printing\Win32PrintDialog.cs (1)
114
(int) System.Windows.MessageBoxButton.
OK
System\Windows\Controls\DocumentViewer.cs (1)
2165
MessageBoxButton.
OK
,
System\Windows\MessageBox.cs (6)
159
return ShowCore(IntPtr.Zero, messageBoxText, caption, MessageBoxButton.
OK
, MessageBoxImage.None, 0, 0);
169
return ShowCore(IntPtr.Zero, messageBoxText, String.Empty, MessageBoxButton.
OK
, MessageBoxImage.None, 0, 0);
313
return ShowCore((new WindowInteropHelper (owner)).Handle, messageBoxText, caption, MessageBoxButton.
OK
, MessageBoxImage.None, 0, 0);
323
return ShowCore((new WindowInteropHelper (owner)).Handle, messageBoxText, String.Empty, MessageBoxButton.
OK
, MessageBoxImage.None, 0, 0);
333
case MessageBoxButton.
OK
:
424
return value == MessageBoxButton.
OK
PresentationUI (17)
MS\Internal\Documents\Application\FilePresentation.cs (4)
113
System.Windows.MessageBoxButton.
OK
,
127
System.Windows.MessageBoxButton.
OK
,
140
System.Windows.MessageBoxButton.
OK
,
153
System.Windows.MessageBoxButton.
OK
,
MS\Internal\Documents\Application\RightsManagementErrorHandler.cs (2)
98
System.Windows.MessageBoxButton.
OK
,
127
System.Windows.MessageBoxButton.
OK
,
MS\Internal\Documents\DocumentSignatureManager.cs (7)
265
System.Windows.MessageBoxButton.
OK
,
291
System.Windows.MessageBoxButton.
OK
,
300
System.Windows.MessageBoxButton.
OK
,
348
System.Windows.MessageBoxButton.
OK
,
360
System.Windows.MessageBoxButton.
OK
,
609
System.Windows.MessageBoxButton.
OK
,
946
System.Windows.MessageBoxButton.
OK
,
MS\Internal\Documents\RequestedSignatureDialog.cs (1)
70
System.Windows.MessageBoxButton.
OK
,
MS\Internal\Documents\RightsManagementManager.cs (1)
601
System.Windows.MessageBoxButton.
OK
,
MS\Internal\Documents\RMPublishingDialog.cs (2)
470
MessageBoxButton.
OK
,
651
MessageBoxButton.
OK
,