2 references to SORT_DIRECTION_DESC
System.Web (2)
UI\WebControls\QueryExtensions.cs (2)
24
if (sortExpression.EndsWith(
SORT_DIRECTION_DESC
, StringComparison.OrdinalIgnoreCase)) {
26
int descIndex = sortExpression.Length -
SORT_DIRECTION_DESC
.Length;