1 write to _sortedAscendingHeaderStyle
System.Web (1)
UI\WebControls\GridView.cs (1)
1480_sortedAscendingHeaderStyle = new TableItemStyle();
8 references to _sortedAscendingHeaderStyle
System.Web (8)
UI\WebControls\GridView.cs (8)
1479if (_sortedAscendingHeaderStyle == null) { 1482((IStateManager)_sortedAscendingHeaderStyle).TrackViewState(); 1484return _sortedAscendingHeaderStyle; 4077ApplySortingStyle(cell, field, _sortedAscendingHeaderStyle, _sortedDescendingHeaderStyle); 4302object sortedAscendingHeaderStyleState = (_sortedAscendingHeaderStyle != null) ? ((IStateManager)_sortedAscendingHeaderStyle).SaveViewState() : null; 4401if (_sortedAscendingHeaderStyle != null) 4402((IStateManager)_sortedAscendingHeaderStyle).TrackViewState();