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); 7163Items.SortDescriptions.Clear(); 7221Items.SortDescriptions.Clear(); 7226for (int i = 0; i < Items.SortDescriptions.Count; i++) 7228if (string.Equals(Items.SortDescriptions[i].PropertyName, sortPropertyName, StringComparison.Ordinal) && 7241Items.SortDescriptions[descriptorIndex] = sortDescription; 7245Items.SortDescriptions.Add(sortDescription); 7261Items.SortDescriptions.Clear(); 7355Items.SortDescriptions.RemoveAt(GroupingSortDescriptionIndices[i] - i); 7402Items.SortDescriptions.Insert(insertIndex, sortDescription); 7600Items.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"/>.