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