3 writes to _clientIDRowSuffix
System.Web (3)
UI\WebControls\GridView.cs (3)
1104
_clientIDRowSuffix
= (string[])value.Clone();
1107
_clientIDRowSuffix
= null;
3464
_clientIDRowSuffix
= (string[])state[10];
5 references to _clientIDRowSuffix
System.Web (5)
UI\WebControls\GridView.cs (5)
1095
object o =
_clientIDRowSuffix
;
1119
object o =
_clientIDRowSuffix
;
4248
state[10] = (
_clientIDRowSuffix
== null ||
_clientIDRowSuffix
.Length == 0) ? null : (object)
_clientIDRowSuffix
;