3 writes to _groupItemCount
System.Web.Extensions (3)
UI\WebControls\ListView.cs (3)
552
_groupItemCount
= value;
2671
_groupItemCount
= 1;
2689
_groupItemCount
= (int)state[3];
9 references to _groupItemCount
System.Web.Extensions (9)
UI\WebControls\ListView.cs (9)
546
return
_groupItemCount
;
1804
if (itemIndex %
_groupItemCount
== 0) {
1849
if (itemIndex %
_groupItemCount
!= 0 && _itemSeparatorTemplate != null) {
1872
if (itemIndex %
_groupItemCount
== 0) {
1891
if (itemIndex %
_groupItemCount
!= 0 && _itemSeparatorTemplate != null) {
1907
while (itemIndex %
_groupItemCount
!= 0) {
3210
_groupItemCount
!= 1 ||
3222
state[3] = (
_groupItemCount
== 1) ? null : (object)
_groupItemCount
;