3 writes to _clientIDRowSuffixArrayList
System.Web.Extensions (3)
UI\WebControls\ListView.cs (3)
287
_clientIDRowSuffixArrayList
= new ArrayList();
760
_clientIDRowSuffixArrayList
= null;
2780
_clientIDRowSuffixArrayList
= null;
7 references to _clientIDRowSuffixArrayList
System.Web.Extensions (7)
UI\WebControls\ListView.cs (7)
286
if (
_clientIDRowSuffixArrayList
== null) {
289
return
_clientIDRowSuffixArrayList
;
3268
if (
_clientIDRowSuffixArrayList
!= null &&
_clientIDRowSuffixArrayList
.Count > 0) {
3269
dataKeyCount =
_clientIDRowSuffixArrayList
.Count;
3272
((object[])keyState)[i] = ((IStateManager)
_clientIDRowSuffixArrayList
[i]).SaveViewState();
3275
return (
_clientIDRowSuffixArrayList
== null || dataKeyCount == 0) ? null : keyState;