1 write to _sortedDescendingCellStyle
System.Web (1)
UI\WebControls\GridView.cs (1)
1498_sortedDescendingCellStyle = new TableItemStyle();
8 references to _sortedDescendingCellStyle
System.Web (8)
UI\WebControls\GridView.cs (8)
1497if (_sortedDescendingCellStyle == null) { 1500((IStateManager)_sortedDescendingCellStyle).TrackViewState(); 1502return _sortedDescendingCellStyle; 4085ApplySortingStyle(cell, field, _sortedAscendingCellStyle, _sortedDescendingCellStyle); 4301object sortedDescendingCellStyleState = (_sortedDescendingCellStyle != null) ? ((IStateManager)_sortedDescendingCellStyle).SaveViewState() : null; 4399if (_sortedDescendingCellStyle != null) 4400((IStateManager)_sortedDescendingCellStyle).TrackViewState();