13 references to ShowCore
PresentationFramework (13)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\SecurityHelper.cs (1)
204
System.Windows.MessageBox.
ShowCore
(parentHwnd, text, title, buttons, image, MessageBoxResult.None, MessageBoxOptions.None);
System\Windows\MessageBox.cs (12)
107
return
ShowCore
(IntPtr.Zero, messageBoxText, caption, button, icon, defaultResult, options);
122
return
ShowCore
(IntPtr.Zero, messageBoxText, caption, button, icon, defaultResult, 0);
136
return
ShowCore
(IntPtr.Zero, messageBoxText, caption, button, icon, 0, 0);
149
return
ShowCore
(IntPtr.Zero, messageBoxText, caption, button, MessageBoxImage.None, 0, 0);
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);
258
return
ShowCore
((new WindowInteropHelper(owner)).Handle, messageBoxText, caption, button, icon, defaultResult, options);
274
return
ShowCore
((new WindowInteropHelper (owner)).Handle, messageBoxText, caption, button, icon, defaultResult, 0);
289
return
ShowCore
((new WindowInteropHelper (owner)).Handle, messageBoxText, caption, button, icon, 0, 0);
303
return
ShowCore
((new WindowInteropHelper (owner)).Handle, messageBoxText, caption, button, 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);