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)
1461
if (
_sortedAscendingCellStyle
== null) {
1464
((IStateManager)
_sortedAscendingCellStyle
).TrackViewState();
1466
return
_sortedAscendingCellStyle
;
4085
ApplySortingStyle(cell, field,
_sortedAscendingCellStyle
, _sortedDescendingCellStyle);
4300
object sortedAscendingCellStyleState = (
_sortedAscendingCellStyle
!= null) ? ((IStateManager)
_sortedAscendingCellStyle
).SaveViewState() : null;
4397
if (
_sortedAscendingCellStyle
!= null)
4398
((IStateManager)
_sortedAscendingCellStyle
).TrackViewState();