1 instantiation of EntityDataSourceState
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (1)
1487EntityDataSourceState state = new EntityDataSourceState();
10 references to EntityDataSourceState
System.Web.Entity.Design (10)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContext.cs (2)
40private readonly EntityDataSourceState _entityDataSourceState; 45internal EntityDataSourceConfigureObjectContext(EntityDataSourceConfigureObjectContextPanel panel, EntityDataSourceWizardForm wizardForm, EntityDataSourceDesignerHelper helper, EntityDataSourceState entityDataSourceState)
System\Data\WebControls\Design\EntityDataSourceDataSelection.cs (2)
36private readonly EntityDataSourceState _entityDataSourceState; 66internal EntityDataSourceDataSelection(EntityDataSourceDataSelectionPanel panel, EntityDataSourceWizardForm wizard, EntityDataSourceDesignerHelper designerHelper, EntityDataSourceState entityDataSourceState)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (3)
1471internal void SaveEntityDataSourceProperties(EntityDataSourceState state) 1485internal EntityDataSourceState LoadEntityDataSourceState() 1487EntityDataSourceState state = new EntityDataSourceState();
System\Data\WebControls\Design\EntityDataSourceWizardForm.cs (3)
22private EntityDataSourceState _entityDataSourceState; 28public EntityDataSourceWizardForm(IServiceProvider serviceProvider, EntityDataSourceState entityDataSourceState, EntityDataSourceDesigner entityDataSourceDesigner) 62public EntityDataSourceState EntityDataSourceState