9 references to DataCell
System.Web (8)
UI\WebControls\BoundField.cs (1)
562case DataControlCellType.DataCell:
UI\WebControls\CommandField.cs (1)
597if (cellType == DataControlCellType.DataCell) {
UI\WebControls\DetailsView.cs (1)
2763field.InitializeCell(contentCell, DataControlCellType.DataCell, rowState, itemIndex);
UI\WebControls\GridView.cs (1)
3357cellType = DataControlCellType.DataCell;
UI\WebControls\HyperLinkField.cs (1)
293if (cellType == DataControlCellType.DataCell) {
UI\WebControls\ImageField.cs (1)
441case DataControlCellType.DataCell:
UI\WebControls\TemplateField.cs (2)
281case DataControlCellType.DataCell: 316if (cellType == DataControlCellType.DataCell) {
System.Web.DynamicData (1)
DynamicData\DynamicField.cs (1)
200if (cellType == DataControlCellType.DataCell) {