3 references to ShowDialog
System.Windows.Forms (1)
winforms\Managed\System\WinForms\CommonDialog.cs (1)
255
return
ShowDialog
(null);
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
597
if (fileDialog.
ShowDialog
(this) == DialogResult.OK)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
715
if (fileDialog.
ShowDialog
(this) == DialogResult.OK)