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