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