4 references to ShowDialog
System.Windows.Forms (4)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (4)
144
/// so that <see cref="
ShowDialog
(IntPtr, TaskDialogPage, TaskDialogStartupLocation)"/> can then return it.
225
/// Gets a value that indicates whether <see cref="
ShowDialog
(IntPtr, TaskDialogPage, TaskDialogStartupLocation)"/> is
458
=>
ShowDialog
(IntPtr.Zero, page.OrThrowIfNull(), startupLocation);
491
=>
ShowDialog
(owner.OrThrowIfNull().Handle, page.OrThrowIfNull(), startupLocation);