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