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