5 references to EntityDataSourceWrapper
System.Web.Entity (5)
System\Data\WebControls\EntityDataSourceView.cs (4)
480modifiedEntityWrapper = new EntityDataSourceWrapper(wrapperCollection, entity); 607entityWrapper = new EntityDataSourceWrapper(wrapperCollection, entity); 684entityWrapper = new EntityDataSourceWrapper(wrapperCollection, entity); 710entityWrapper = new EntityDataSourceWrapper(wrapperCollection, changingArgs.Entity);
System\Data\WebControls\EntityDataSourceWrapperCollection.cs (1)
103EntityDataSourceWrapper wrapper = new EntityDataSourceWrapper(this, entity);