14 references to ShowCore
System.Windows.Forms (14)
System\Windows\Forms\Dialogs\MessageBox.cs (14)
137
return
ShowCore
(null, text, caption, buttons, icon, defaultButton, options, displayHelpButton);
293
return
ShowCore
(null, text, caption, buttons, icon, defaultButton, options, false);
306
return
ShowCore
(null, text, caption, buttons, icon, defaultButton, 0, false);
318
return
ShowCore
(null, text, caption, buttons, icon, MessageBoxDefaultButton.Button1, 0, false);
326
return
ShowCore
(null, text, caption, buttons, MessageBoxIcon.None, MessageBoxDefaultButton.Button1, 0, false);
334
return
ShowCore
(null, text, caption, MessageBoxButtons.OK, MessageBoxIcon.None, MessageBoxDefaultButton.Button1, 0, false);
342
return
ShowCore
(null, text, string.Empty, MessageBoxButtons.OK, MessageBoxIcon.None, MessageBoxDefaultButton.Button1, 0, false);
357
return
ShowCore
(owner, text, caption, buttons, icon, defaultButton, options, false);
371
return
ShowCore
(owner, text, caption, buttons, icon, defaultButton, 0, false);
384
return
ShowCore
(owner, text, caption, buttons, icon, MessageBoxDefaultButton.Button1, 0, false);
396
return
ShowCore
(owner, text, caption, buttons, MessageBoxIcon.None, MessageBoxDefaultButton.Button1, 0, false);
404
return
ShowCore
(owner, text, caption, MessageBoxButtons.OK, MessageBoxIcon.None, MessageBoxDefaultButton.Button1, 0, false);
412
return
ShowCore
(owner, text, string.Empty, MessageBoxButtons.OK, MessageBoxIcon.None, MessageBoxDefaultButton.Button1, 0, false);
429
result =
ShowCore
(owner, text, caption, buttons, icon, defaultButton, options, true);