7 overrides of RunDialog
System.Windows.Forms (6)
System\Windows\Forms\Dialogs\CommonDialogs\ColorDialog.cs (1)
158protected override unsafe bool RunDialog(IntPtr hwndOwner)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (1)
725protected override bool RunDialog(IntPtr hWndOwner)
System\Windows\Forms\Dialogs\CommonDialogs\FolderBrowserDialog.cs (1)
275protected override bool RunDialog(IntPtr hwndOwner) =>
System\Windows\Forms\Dialogs\CommonDialogs\FontDialog.cs (1)
380protected override unsafe bool RunDialog(IntPtr hWndOwner)
System\Windows\Forms\Printing\PageSetupDialog.cs (1)
264protected override unsafe bool RunDialog(IntPtr hwndOwner)
System\Windows\Forms\Printing\PrintDialog.cs (1)
219protected override bool RunDialog(IntPtr hwndOwner) =>
System.Windows.Forms.Tests (1)
System\Windows\Forms\CommonDialogTests.cs (1)
281protected override bool RunDialog(IntPtr hwndOwner) => RunDialogResult;