1 write to SortDirectionInternal
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
2503SortDirectionInternal = e.SortDirection;
3 references to SortDirectionInternal
System.Web.Extensions (3)
UI\WebControls\ListView.cs (3)
866return SortDirectionInternal; 1574if (SortDirectionInternal == SortDirection.Descending && !String.IsNullOrEmpty(sortExpression)) { 2478if ((SortExpressionInternal == sortExpression) && (SortDirectionInternal == SortDirection.Ascending)) {