4 instantiations of EntityDataSourceDesignerHelper
System.Web.Entity.Design (4)
System\Data\WebControls\Design\EntityDataSourceContainerNameConverter.cs (1)
35List<EntityDataSourceContainerNameItem> containerNameItems = new EntityDataSourceDesignerHelper(entityDataSource, false /*interactiveMode*/).GetContainerNames(true /*sortResults*/);
System\Data\WebControls\Design\EntityDataSourceDesigner.cs (1)
27_helper = new EntityDataSourceDesignerHelper(component as EntityDataSource, true /*interactiveMode*/);
System\Data\WebControls\Design\EntityDataSourceEntitySetNameConverter.cs (1)
37List<EntityDataSourceEntitySetNameItem> entitySetNameItems = new EntityDataSourceDesignerHelper(entityDataSource, false /*interactiveMode*/).GetEntitySets(entityDataSource.DefaultContainerName);
System\Data\WebControls\Design\EntityDataSourceEntityTypeFilterConverter.cs (1)
40new EntityDataSourceDesignerHelper(entityDataSource, false /*interactiveMode*/).GetEntityTypeFilters(
9 references to EntityDataSourceDesignerHelper
System.Web.Entity.Design (9)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContext.cs (2)
27private readonly EntityDataSourceDesignerHelper _helper; 45internal EntityDataSourceConfigureObjectContext(EntityDataSourceConfigureObjectContextPanel panel, EntityDataSourceWizardForm wizardForm, EntityDataSourceDesignerHelper helper, EntityDataSourceState entityDataSourceState)
System\Data\WebControls\Design\EntityDataSourceDataSelection.cs (2)
32private readonly EntityDataSourceDesignerHelper _helper; 66internal EntityDataSourceDataSelection(EntityDataSourceDataSelectionPanel panel, EntityDataSourceWizardForm wizard, EntityDataSourceDesignerHelper designerHelper, EntityDataSourceState entityDataSourceState)
System\Data\WebControls\Design\EntityDataSourceDesigner.cs (2)
22private EntityDataSourceDesignerHelper _helper; 391internal EntityDataSourceDesignerHelper Helper
System\Data\WebControls\Design\EntityDataSourceWizardForm.cs (1)
26private readonly EntityDataSourceDesignerHelper _helper;
System\Data\WebControls\Design\EntityDesignerDataSourceView.cs (2)
17private EntityDataSourceDesignerHelper _helper; 20: base(owner, EntityDataSourceDesignerHelper.DefaultViewName)