1 write to _sortedAscendingCellStyle
System.Web (1)
UI\WebControls\GridView.cs (1)
1462_sortedAscendingCellStyle = new TableItemStyle();
8 references to _sortedAscendingCellStyle
System.Web (8)
UI\WebControls\GridView.cs (8)
1461if (_sortedAscendingCellStyle == null) { 1464((IStateManager)_sortedAscendingCellStyle).TrackViewState(); 1466return _sortedAscendingCellStyle; 4085ApplySortingStyle(cell, field, _sortedAscendingCellStyle, _sortedDescendingCellStyle); 4300object sortedAscendingCellStyleState = (_sortedAscendingCellStyle != null) ? ((IStateManager)_sortedAscendingCellStyle).SaveViewState() : null; 4397if (_sortedAscendingCellStyle != null) 4398((IStateManager)_sortedAscendingCellStyle).TrackViewState();