1 write to SortExpressionInternal
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
2502
SortExpressionInternal
= e.SortExpression;
3 references to SortExpressionInternal
System.Web.Extensions (3)
UI\WebControls\ListView.cs (3)
900
return
SortExpressionInternal
;
1573
string sortExpression =
SortExpressionInternal
;
2478
if ((
SortExpressionInternal
== sortExpression) && (SortDirectionInternal == SortDirection.Ascending)) {