1 instantiation of EntityDataSourceDataSelection
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceWizardForm.cs (1)
41
_configureDataSelection = new
EntityDataSourceDataSelection
(dataPanel, this, entityDataSourceDesigner.Helper, _entityDataSourceState);
3 references to EntityDataSourceDataSelection
System.Web.Entity.Design (3)
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.cs (2)
20
private
EntityDataSourceDataSelection
_dataSelection;
31
public void Register(
EntityDataSourceDataSelection
dataSelection)
System\Data\WebControls\Design\EntityDataSourceWizardForm.cs (1)
25
private
EntityDataSourceDataSelection
_configureDataSelection;