2 writes to _clientIDRowSuffixArray
System.Web (2)
UI\WebControls\GridView.cs (2)
593
_clientIDRowSuffixArray
= new DataKeyArray(this.ClientIDRowSuffixArrayList);
2032
_clientIDRowSuffixArray
= null;
2 references to _clientIDRowSuffixArray
System.Web (2)
UI\WebControls\GridView.cs (2)
592
if (
_clientIDRowSuffixArray
== null) {
595
return
_clientIDRowSuffixArray
;