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