2 writes to _headerRow
System.Web (2)
UI\WebControls\GridView.cs (2)
2114_headerRow = CreateRow(-1, -1, DataControlRowType.Header, DataControlRowState.Normal, dataBinding, null, displayFields, rows, null); 2138_headerRow = CreateRow(-1, -1, DataControlRowType.Header, DataControlRowState.Normal, dataBinding, null, displayFields, rows, null);
3 references to _headerRow
System.Web (3)
UI\WebControls\GridView.cs (3)
886if (_headerRow == null) { 889return _headerRow; 2140_headerRow.Visible = false;