13 references to ShowCore
PresentationFramework (13)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\SecurityHelper.cs (1)
205
System.Windows.MessageBox.
ShowCore
(parentHwnd, text, title, buttons, image, MessageBoxResult.None, MessageBoxOptions.None);
System\Windows\MessageBox.cs (12)
96
return
ShowCore
(IntPtr.Zero, messageBoxText, caption, button, icon, defaultResult, options);
111
return
ShowCore
(IntPtr.Zero, messageBoxText, caption, button, icon, defaultResult, 0);
125
return
ShowCore
(IntPtr.Zero, messageBoxText, caption, button, icon, 0, 0);
138
return
ShowCore
(IntPtr.Zero, messageBoxText, caption, button, MessageBoxImage.None, 0, 0);
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);
247
return
ShowCore
((new WindowInteropHelper(owner)).Handle, messageBoxText, caption, button, icon, defaultResult, options);
263
return
ShowCore
((new WindowInteropHelper (owner)).Handle, messageBoxText, caption, button, icon, defaultResult, 0);
278
return
ShowCore
((new WindowInteropHelper (owner)).Handle, messageBoxText, caption, button, icon, 0, 0);
292
return
ShowCore
((new WindowInteropHelper (owner)).Handle, messageBoxText, caption, button, 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);