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