3 writes to _firstDataRow
System.Web (3)
UI\WebControls\GridView.cs (3)
1876
this.
_firstDataRow
= firstDataRow;
2126
_firstDataRow
= null;
2201
_firstDataRow
= null;
5 references to _firstDataRow
System.Web (5)
UI\WebControls\GridView.cs (5)
2089
if (
_firstDataRow
!= null) {
2151
if (
_firstDataRow
!= null) {
2155
object keyValue = DataBinder.GetPropertyValue(
_firstDataRow
, keyName);
2169
object suffixValue = DataBinder.GetPropertyValue(
_firstDataRow
, suffixName);
2193
row = CreateRow(0, dataSourceIndex, rowType, rowState, dataBinding,
_firstDataRow
, displayFields, rows, null);