23 references to ShowDialog
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyValueDialogHost.cs (1)
124_dialogWindow.ShowDialog();
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\UIHelper.cs (1)
49return form.ShowDialog();
System.Web.Mobile (7)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
683if (dialog.ShowDialog() == DialogResult.OK)
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (1)
906dialog.ShowDialog();
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
370result = dialog.ShowDialog();
UI\MobileControls\Design\StyleSheetComponentEditor.cs (1)
67return (dialog.ShowDialog() == DialogResult.OK);
UI\MobileControls\Design\StyleSheetDesigner.cs (2)
958if (dialog.ShowDialog() == DialogResult.OK) 1199result = dialog.ShowDialog();
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
533if (dialog.ShowDialog() == DialogResult.OK)
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Application.cs (1)
3253result = td.ShowDialog();
winforms\Managed\System\WinForms\MdiWindowListStrip.cs (1)
152DialogResult result = dialog.ShowDialog();
winforms\Managed\System\WinForms\MenuItem.cs (1)
1840DialogResult result = dialog.ShowDialog();
winforms\Managed\System\WinForms\TrustManager.cs (1)
1093m_ret = trustManagerDialog.ShowDialog();
System.Windows.Forms.DataVisualization (1)
WinForm\Utilities\Printing.cs (1)
201 printPreviewDialog.ShowDialog();
System.Workflow.Activities (2)
Designers\PolicyDesigner.cs (1)
66if (DialogResult.OK == dlg.ShowDialog())
Rules\Design\Dialogs\RuleSetBrowserDialog.cs (1)
66if (DialogResult.OK == dlg.ShowDialog())
System.Workflow.ComponentModel (3)
AuthoringOM\Design\CommandSet.cs (2)
682if (themeConfigDialog.ShowDialog() == DialogResult.OK) 733if (DialogResult.OK == pageSetupDialog.ShowDialog())
AuthoringOM\Design\UITypeEditors.cs (1)
134if (DialogResult.OK == bindDialog.ShowDialog())
System.WorkflowServices (3)
System\Workflow\Activities\Design\OperationPickerDialog.cs (1)
227typeBrowserDialog.ShowDialog();
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (1)
647typeBrowserDialog.ShowDialog();
System\Workflow\Activities\Design\ServiceOperationUIEditor.cs (1)
79DialogResult dialogResult = operationPicker.ShowDialog();
WsatUI (1)
MMCUI\WSATControl.cs (1)
403DialogResult result = form.ShowDialog();