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