Implemented interface member:
property
Count
System.Collections.ICollection.Count
5 references to Count
System.Web (5)
UI\WebControls\GridView.cs (5)
2850if (row == null && rowIndex < Rows.Count) { 3053if (row == null && rowIndex < Rows.Count) { 3211if (row == null && Rows.Count > rowIndex) { 3921if (IsDataBindingAutomatic && editIndex != -1 && editIndex < Rows.Count && IsViewStateEnabled) { 4114if (Rows.Count > 0 && visibleColumns != Rows[0].Cells.Count) {