1 write to _sortedDescendingHeaderStyle
System.Web (1)
UI\WebControls\GridView.cs (1)
1516_sortedDescendingHeaderStyle = new TableItemStyle();
8 references to _sortedDescendingHeaderStyle
System.Web (8)
UI\WebControls\GridView.cs (8)
1515if (_sortedDescendingHeaderStyle == null) { 1518((IStateManager)_sortedDescendingHeaderStyle).TrackViewState(); 1520return _sortedDescendingHeaderStyle; 4077ApplySortingStyle(cell, field, _sortedAscendingHeaderStyle, _sortedDescendingHeaderStyle); 4303object sortedDescendingHeaderStyleState = (_sortedDescendingHeaderStyle != null) ? ((IStateManager)_sortedDescendingHeaderStyle).SaveViewState() : null; 4403if (_sortedDescendingHeaderStyle != null) 4404((IStateManager)_sortedDescendingHeaderStyle).TrackViewState();