1 write to _configureDataSelection
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceWizardForm.cs (1)
41
_configureDataSelection
= new EntityDataSourceDataSelection(dataPanel, this, entityDataSourceDesigner.Helper, _entityDataSourceState);
3 references to _configureDataSelection
System.Web.Entity.Design (3)
System\Data\WebControls\Design\EntityDataSourceWizardForm.cs (3)
43
_configureContext.ContainerNameChanged +=
_configureDataSelection
.ContainerNameChangedHandler;
46
_configureDataSelection
.LoadState();
73
_configureDataSelection
.SaveState();