8 references to ShowDialog
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (3)
4876
result = uiService.
ShowDialog
(dialog);
4941
revert = uiService.
ShowDialog
(ErrorDialog) == DialogResult.Cancel;
5014
revert = uiService.
ShowDialog
(ErrorDialog) == DialogResult.Cancel;
System.Windows.Forms.Design (5)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
422
return uiService.
ShowDialog
(dialog);
System\Windows\Forms\Design\CollectionEditVerbManager.cs (1)
174
return uiSvc.
ShowDialog
(dialog);
System\Windows\Forms\Design\DataGridViewDesigner.cs (1)
800
return service.
ShowDialog
(dialog);
System\Windows\Forms\Design\EditorServiceContext.cs (1)
128
return uiSvc.
ShowDialog
(dialog);
System\Windows\Forms\Design\MaskPropertyEditor.cs (1)
39
DialogResult result = uiService is not null ? uiService.
ShowDialog
(dialog) : dialog.ShowDialog();