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