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