4 implementations of ShowDialog
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
4878public DialogResult ShowDialog(Form dialog)
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
414DialogResult IWindowsFormsEditorService.ShowDialog(Form dialog)
System\Windows\Forms\Design\CollectionEditVerbManager.cs (1)
169DialogResult IWindowsFormsEditorService.ShowDialog(Form dialog)
System\Windows\Forms\Design\EditorServiceContext.cs (1)
123DialogResult IWindowsFormsEditorService.ShowDialog(Form dialog)
5 references to ShowDialog
System.Windows.Forms.Design (5)
System\ComponentModel\Design\BinaryEditor.cs (1)
113if (editorService.ShowDialog(_binaryUI) == DialogResult.OK)
System\ComponentModel\Design\CollectionEditor.CollectionForm.cs (1)
186return edSvc.ShowDialog(this);
System\Windows\Forms\Design\DataGridViewColumnCollectionEditor.cs (1)
32if (editorService.ShowDialog(_dataGridViewColumnCollectionDialog) == DialogResult.OK)
System\Windows\Forms\Design\FormatStringEditor.cs (1)
58editorService.ShowDialog(_formatStringDialog);
System\Windows\Forms\Design\LinkAreaEditor.cs (1)
48if (editorService.ShowDialog(_linkAreaUI) == DialogResult.OK)