1 write to IsDescending
System.Data.Common (1)
System\Data\Selection.cs (1)
22IsDescending = isDescending;
13 references to IsDescending
System.Data.Common (13)
System\Data\DataTable.cs (1)
3074if (field.IsDescending)
System\Data\DataView.cs (2)
962ListSortDirection IBindingList.SortDirection => (_index!._indexFields.Length == 1 && _index._indexFields[0].IsDescending) ? 1132if (_index._indexFields[i].IsDescending)
System\Data\Select.cs (2)
747return fields[i].IsDescending ? -c : c; 870if (_indexFields[i].IsDescending) c = -c;
System\Data\Selection.cs (8)
33public bool Equals(IndexField other) => Column == other.Column && IsDescending == other.IsDescending; 37Column.GetHashCode() ^ IsDescending.GetHashCode(); 156_indexFields[loop].IsDescending != indexDesc[loop].IsDescending) 317return (_indexFields[i].IsDescending ? -c : c); 393return (_indexFields[i].IsDescending ? -c : c); 552if (_indexFields[0].IsDescending)