Base:
property
SortDescriptions
System.Windows.Data.CollectionView.SortDescriptions
13 references to SortDescriptions
PresentationFramework (13)
System\Windows\Controls\DataGrid.cs (11)
92((INotifyCollectionChanged)Items.SortDescriptions).CollectionChanged += new NotifyCollectionChangedEventHandler(OnItemsSortDescriptionsChanged); 7155Items.SortDescriptions.Clear(); 7213Items.SortDescriptions.Clear(); 7218for (int i = 0; i < Items.SortDescriptions.Count; i++) 7220if (string.Equals(Items.SortDescriptions[i].PropertyName, sortPropertyName, StringComparison.Ordinal) && 7233Items.SortDescriptions[descriptorIndex] = sortDescription; 7237Items.SortDescriptions.Add(sortDescription); 7253Items.SortDescriptions.Clear(); 7347Items.SortDescriptions.RemoveAt(GroupingSortDescriptionIndices[i] - i); 7394Items.SortDescriptions.Insert(insertIndex, sortDescription); 7592Items.SortDescriptions.Clear();
System\Windows\Controls\ItemCollection.cs (2)
438/// Re-create the view, using any <seealso cref="SortDescriptions"/> and/or <seealso cref="Filter"/>. 610/// to <seealso cref="SortDescriptions"/>.