Implemented interface member:
property
Count
System.Collections.ICollection.Count
7 references to Count
System.Web (7)
UI\WebControls\DataGrid.cs (3)
1781int cellCount = cells.Count; 1818if (Items.Count > 0 && visibleColumns != Items[0].Cells.Count && AllowPaging) { 1821if (item.ItemType == ListItemType.Pager && item.Cells.Count > 0) {
UI\WebControls\GridView.cs (4)
2755for (int i = 0; i < fieldCount && i < row.Cells.Count; i++) { 4114if (Rows.Count > 0 && visibleColumns != Rows[0].Cells.Count) { 4115if (_topPagerRow != null && _topPagerRow.Cells.Count > 0) { 4118if (_bottomPagerRow != null && _bottomPagerRow.Cells.Count > 0) {