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