4 writes to DataType
System.Web (4)
UI\WebControls\AutoFieldsGenerator.cs (1)
51field.DataType = fieldProperties.Type;
UI\WebControls\AutoGeneratedField.cs (1)
111((AutoGeneratedField)newField).DataType = DataType;
UI\WebControls\DetailsView.cs (1)
1510field.DataType = fieldProperties.Type;
UI\WebControls\GridView.cs (1)
1913field.DataType = fieldProperties.Type;
3 references to DataType
System.Web (3)
UI\WebControls\AutoGeneratedField.cs (3)
103_useCheckBox = (DataType == typeof(bool) || DataType == typeof(bool?)); 111((AutoGeneratedField)newField).DataType = DataType;