Base:
property
SortDescriptions
System.Windows.Data.CollectionView.SortDescriptions
13 references to SortDescriptions
PresentationFramework (13)
System\Windows\Controls\DataGrid.cs (11)
91((INotifyCollectionChanged)Items.SortDescriptions).CollectionChanged += new NotifyCollectionChangedEventHandler(OnItemsSortDescriptionsChanged); 7108Items.SortDescriptions.Clear(); 7166Items.SortDescriptions.Clear(); 7171for (int i = 0; i < Items.SortDescriptions.Count; i++) 7173if (string.Equals(Items.SortDescriptions[i].PropertyName, sortPropertyName, StringComparison.Ordinal) && 7186Items.SortDescriptions[descriptorIndex] = sortDescription; 7190Items.SortDescriptions.Add(sortDescription); 7206Items.SortDescriptions.Clear(); 7300Items.SortDescriptions.RemoveAt(GroupingSortDescriptionIndices[i] - i); 7347Items.SortDescriptions.Insert(insertIndex, sortDescription); 7545Items.SortDescriptions.Clear();
System\Windows\Controls\ItemCollection.cs (2)
434/// Re-create the view, using any <seealso cref="SortDescriptions"/> and/or <seealso cref="Filter"/>. 606/// to <seealso cref="SortDescriptions"/>.