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