10 references to ShowDialog
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
494
ShowDialog
(owner);
winforms\Managed\System\WinForms\Form.cs (1)
6125
return
ShowDialog
(null);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
4941
result = dialog.
ShowDialog
(this);
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
764
moreInformation.
ShowDialog
(this);
System.Workflow.Activities (5)
Rules\Design\Dialogs\ConditionBrowserDialog.cs (3)
59
if (DialogResult.OK == dlg.
ShowDialog
(this))
78
if (DialogResult.OK == dlg.
ShowDialog
(this))
97
if ((dlg.
ShowDialog
(this) == DialogResult.OK) && (dlg.RuleObjectName != declarativeRuleDefinition.Name))
Rules\Design\Dialogs\RuleSetBrowserDialog.cs (2)
48
if (DialogResult.OK == dlg.
ShowDialog
(this))
83
if ((dlg.
ShowDialog
(this) == DialogResult.OK) && (dlg.RuleObjectName != ruleSet.Name))
WsatUI (1)
MMCUI\WSATControl.cs (1)
382
DialogResult dialogResult = dlg.
ShowDialog
(this);