1 write to _emptyDataRowStyle
System.Web (1)
UI\WebControls\GridView.cs (1)
776_emptyDataRowStyle = new TableItemStyle();
4 references to _emptyDataRowStyle
System.Web (4)
UI\WebControls\GridView.cs (4)
775if (_emptyDataRowStyle == null) { 778((IStateManager)_emptyDataRowStyle).TrackViewState(); 780return _emptyDataRowStyle; 4051row.MergeStyle(_emptyDataRowStyle);