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