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)
576
if (
_dataKeyArray
== null) {
579
((IStateManager)
_dataKeyArray
).TrackViewState();
581
return
_dataKeyArray
;
4415
if (
_dataKeyArray
!= null)
4416
((IStateManager)
_dataKeyArray
).TrackViewState();