6 overrides of RunDialog
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ColorDialog.cs (1)
278
protected override bool
RunDialog
(IntPtr hwndOwner) {
winforms\Managed\System\WinForms\FileDialog.cs (1)
980
protected override bool
RunDialog
(IntPtr hWndOwner) {
winforms\Managed\System\WinForms\FolderBrowserDialog.cs (1)
232
protected override bool
RunDialog
(IntPtr hWndOwner)
winforms\Managed\System\WinForms\FontDialog.cs (1)
554
protected override bool
RunDialog
(IntPtr hWndOwner) {
winforms\Managed\System\WinForms\Printing\PageSetupDialog.cs (1)
352
protected override bool
RunDialog
(IntPtr hwndOwner) {
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (1)
351
protected override bool
RunDialog
(IntPtr hwndOwner) {
1 reference to RunDialog
System.Windows.Forms (1)
winforms\Managed\System\WinForms\CommonDialog.cs (1)
312
result =
RunDialog
(hwndOwner) ? DialogResult.OK : DialogResult.Cancel;