14 references to ShowCore
System.Windows.Forms (14)
System\Windows\Forms\Dialogs\MessageBox.cs (14)
138
return
ShowCore
(null, text, caption, buttons, icon, defaultButton, options, displayHelpButton);
294
return
ShowCore
(null, text, caption, buttons, icon, defaultButton, options, false);
307
return
ShowCore
(null, text, caption, buttons, icon, defaultButton, 0, false);
319
return
ShowCore
(null, text, caption, buttons, icon, MessageBoxDefaultButton.Button1, 0, false);
327
return
ShowCore
(null, text, caption, buttons, MessageBoxIcon.None, MessageBoxDefaultButton.Button1, 0, false);
335
return
ShowCore
(null, text, caption, MessageBoxButtons.OK, MessageBoxIcon.None, MessageBoxDefaultButton.Button1, 0, false);
343
return
ShowCore
(null, text, string.Empty, MessageBoxButtons.OK, MessageBoxIcon.None, MessageBoxDefaultButton.Button1, 0, false);
358
return
ShowCore
(owner, text, caption, buttons, icon, defaultButton, options, false);
372
return
ShowCore
(owner, text, caption, buttons, icon, defaultButton, 0, false);
385
return
ShowCore
(owner, text, caption, buttons, icon, MessageBoxDefaultButton.Button1, 0, false);
397
return
ShowCore
(owner, text, caption, buttons, MessageBoxIcon.None, MessageBoxDefaultButton.Button1, 0, false);
405
return
ShowCore
(owner, text, caption, MessageBoxButtons.OK, MessageBoxIcon.None, MessageBoxDefaultButton.Button1, 0, false);
413
return
ShowCore
(owner, text, string.Empty, MessageBoxButtons.OK, MessageBoxIcon.None, MessageBoxDefaultButton.Button1, 0, false);
430
result =
ShowCore
(owner, text, caption, buttons, icon, defaultButton, options, true);