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