1 write to IsDescending
System.Data (1)
fx\src\data\System\Data\Selection.cs (1)
24IsDescending = isDescending;
13 references to IsDescending
System.Data (13)
fx\src\data\System\Data\DataTable.cs (1)
2822if (field.IsDescending) {
fx\src\data\System\Data\DataView.cs (2)
1032if (index.IndexFields.Length == 1 && index.IndexFields[0].IsDescending) { 1192if (index.IndexFields[i].IsDescending) {
fx\src\data\System\Data\Select.cs (2)
625return fields[i].IsDescending ? -c : c; 718if (IndexFields[i].IsDescending) c = -c;
fx\src\data\System\Data\Selection.cs (8)
28return if1.Column == if2.Column && if1.IsDescending == if2.IsDescending; 45return Column.GetHashCode() ^ IsDescending.GetHashCode(); 159IndexFields[loop].IsDescending != indexDesc[loop].IsDescending) { 327return (IndexFields[i].IsDescending ? -c : c); 397return (IndexFields[i].IsDescending ? -c : c); 541if (IndexFields[0].IsDescending) {