7 references to sorts
System (7)
compmod\system\componentmodel\ListSortDescriptionCollection.cs (7)
29
this.
sorts
.Add(sorts[i]);
39
return (ListSortDescription)
sorts
[index];
97
return ((IList)this.
sorts
).Contains(value);
104
return ((IList)this.
sorts
).IndexOf(value);
136
return this.
sorts
.Count;
163
this.
sorts
.CopyTo(array, index);
173
return this.
sorts
.GetEnumerator();