4 references to ShowDialog
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\UIHelper.cs (1)
45
return uiService.
ShowDialog
(form);
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
4938
result = service.
ShowDialog
(dialog);
5015
revert = (DialogResult.Cancel == uiSvc.
ShowDialog
(ErrorDialog));
5094
revert = (DialogResult.Cancel == uiSvc.
ShowDialog
(ErrorDialog));