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)
1095object o = _clientIDRowSuffix; 1119object o = _clientIDRowSuffix; 4248state[10] = (_clientIDRowSuffix == null || _clientIDRowSuffix.Length == 0) ? null : (object)_clientIDRowSuffix;