4 writes to Type
System.Web (4)
UI\WebControls\DetailsViewRowsGenerator.cs (2)
50fieldProps.Type = dataItemType; 82fieldProps.Type = propertyType;
UI\WebControls\GridViewColumnsGenerator.cs (2)
86fieldProps.Type = sampleItemType; 127fieldProps.Type = propertyType;
3 references to Type
System.Web (3)
UI\WebControls\AutoFieldsGenerator.cs (1)
51field.DataType = fieldProperties.Type;
UI\WebControls\DetailsView.cs (1)
1510field.DataType = fieldProperties.Type;
UI\WebControls\GridView.cs (1)
1913field.DataType = fieldProperties.Type;