2 writes to _dataKeyArray
System.Web.Extensions (2)
UI\WebControls\ListView.cs (2)
301_dataKeyArray = new DataKeyArray(this.DataKeysArrayList); 1495_dataKeyArray = null;
3 references to _dataKeyArray
System.Web.Extensions (3)
UI\WebControls\ListView.cs (3)
300if (_dataKeyArray == null) { 303((IStateManager)_dataKeyArray).TrackViewState(); 305return _dataKeyArray;