1 instantiation of EntityDataSourceDataSelectionPanel
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceWizardForm.cs (1)
40
EntityDataSourceDataSelectionPanel dataPanel = new
EntityDataSourceDataSelectionPanel
();
3 references to EntityDataSourceDataSelectionPanel
System.Web.Entity.Design (3)
System\Data\WebControls\Design\EntityDataSourceDataSelection.cs (2)
31
private readonly
EntityDataSourceDataSelectionPanel
_panel;
66
internal EntityDataSourceDataSelection(
EntityDataSourceDataSelectionPanel
panel, EntityDataSourceWizardForm wizard, EntityDataSourceDesignerHelper designerHelper, EntityDataSourceState entityDataSourceState)
System\Data\WebControls\Design\EntityDataSourceWizardForm.cs (1)
40
EntityDataSourceDataSelectionPanel
dataPanel = new EntityDataSourceDataSelectionPanel();