1 implementation of ShowDialog
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
4915
public DialogResult /* IWindowsFormsEditorService. */
ShowDialog
(Form dialog) {
8 references to ShowDialog
System.Messaging (1)
System\Messaging\Design\QueuePathEditor.cs (1)
61
if ((context == null || context.OnComponentChanging()) && edSvc.
ShowDialog
(dialog) == DialogResult.OK)
System.Web.Mobile (2)
UI\MobileControls\Design\AppliedDeviceFiltersEditor.cs (1)
92
result = edSvc.
ShowDialog
(dialog);
UI\MobileControls\Design\PropertyOverridesTypeEditor.cs (1)
94
result = edSvc.
ShowDialog
(dialog);
System.Workflow.Activities (4)
Rules\Design\LogicalExpressionEditor.cs (4)
65
if (DialogResult.OK == editorService.
ShowDialog
(dlg))
113
if (DialogResult.OK == editorService.
ShowDialog
(dlg))
161
if (DialogResult.OK == editorService.
ShowDialog
(dlg))
229
if (DialogResult.OK == editorService.
ShowDialog
(dlg))
System.Workflow.ComponentModel (1)
AuthoringOM\Design\UITypeEditors.cs (1)
89
if (DialogResult.OK == editorService.
ShowDialog
(dlg))