1 write to AllPropertyDescriptors
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceWrapperCollection.cs (1)
97AllPropertyDescriptors = propertyDescriptors.AsReadOnly();
2 references to AllPropertyDescriptors
System.Web.Entity (2)
System\Data\WebControls\EntityDataSourceUtil.cs (1)
1055foreach (var keyProperty in entityWrapper.Collection.AllPropertyDescriptors.Select(d => d.Column).OfType<EntityDataSourcePropertyColumn>().Where(c => c.IsKey))
System\Data\WebControls\EntityDataSourceWrapper.cs (1)
119foreach (EntityDataSourceWrapperPropertyDescriptor descriptor in _collection.AllPropertyDescriptors)