5 references to UIHelper
System.Web.Entity.Design (5)
System\Data\WebControls\Design\EntityDataSourceDesigner.cs (1)
66DialogResult result = UIHelper.ShowDialog(serviceProvider, form);
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (2)
831UIHelper.ShowError(EntityDataSource.Site, message); 840UIHelper.ShowWarning(EntityDataSource.Site, message);
System\Data\WebControls\Design\EntityDataSourceStatementEditor.cs (1)
199DialogResult result = UIHelper.ShowDialog(serviceProvider, form);
System\Data\WebControls\Design\Util\DesignerForm.cs (1)
73Font dialogFont = UIHelper.GetDialogFont(ServiceProvider);