Home
last modified time | relevance | path

Searched refs:sortedAscendingCellStyle (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI.WebControls/
H A DGridView.cs78 TableItemStyle sortedAscendingCellStyle; field in System.Web.UI.WebControls.GridView
1154 if (sortedAscendingCellStyle == null) {
1155 sortedAscendingCellStyle = new TableItemStyle ();
1157 ((IStateManager)sortedAscendingCellStyle).TrackViewState ();
1160 return sortedAscendingCellStyle;
1823 …MergeWithSortingStyle (sortExpression, sortedAscendingCellStyle, sortedDescendingCellStyle, field,… in PrepareControlHierarchy()
2238 if (sortedAscendingCellStyle != null) in TrackViewState()
2239 ((IStateManager)sortedAscendingCellStyle).TrackViewState (); in TrackViewState()
2288sortedAscendingCellStyle == null ? null : ((IStateManager)sortedAscendingCellStyle).SaveViewState … in SaveViewState()
2345 ((IStateManager)sortedAscendingCellStyle).LoadViewState (states [12]); in LoadViewState()