2 writes to _dataKeyArray
System.Web (2)
UI\WebControls\GridView.cs (2)
577_dataKeyArray = new DataKeyArray(this.DataKeysArrayList); 2031_dataKeyArray = null;
5 references to _dataKeyArray
System.Web (5)
UI\WebControls\GridView.cs (5)
576if (_dataKeyArray == null) { 579((IStateManager)_dataKeyArray).TrackViewState(); 581return _dataKeyArray; 4415if (_dataKeyArray != null) 4416((IStateManager)_dataKeyArray).TrackViewState();