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)
1497
if (
_sortedDescendingCellStyle
== null) {
1500
((IStateManager)
_sortedDescendingCellStyle
).TrackViewState();
1502
return
_sortedDescendingCellStyle
;
4085
ApplySortingStyle(cell, field, _sortedAscendingCellStyle,
_sortedDescendingCellStyle
);
4301
object sortedDescendingCellStyleState = (
_sortedDescendingCellStyle
!= null) ? ((IStateManager)
_sortedDescendingCellStyle
).SaveViewState() : null;
4399
if (
_sortedDescendingCellStyle
!= null)
4400
((IStateManager)
_sortedDescendingCellStyle
).TrackViewState();