Base:
property
SortDescriptions
System.Windows.Data.CollectionView.SortDescriptions
13 references to SortDescriptions
PresentationFramework (13)
System\Windows\Controls\DataGrid.cs (11)
95((INotifyCollectionChanged)Items.SortDescriptions).CollectionChanged += new NotifyCollectionChangedEventHandler(OnItemsSortDescriptionsChanged); 7158Items.SortDescriptions.Clear(); 7216Items.SortDescriptions.Clear(); 7221for (int i = 0; i < Items.SortDescriptions.Count; i++) 7223if (string.Compare(Items.SortDescriptions[i].PropertyName, sortPropertyName, StringComparison.Ordinal) == 0 && 7236Items.SortDescriptions[descriptorIndex] = sortDescription; 7240Items.SortDescriptions.Add(sortDescription); 7256Items.SortDescriptions.Clear(); 7350Items.SortDescriptions.RemoveAt(GroupingSortDescriptionIndices[i] - i); 7397Items.SortDescriptions.Insert(insertIndex, sortDescription); 7595Items.SortDescriptions.Clear();
System\Windows\Controls\ItemCollection.cs (2)
447/// Re-create the view, using any <seealso cref="SortDescriptions"/> and/or <seealso cref="Filter"/>. 619/// to <seealso cref="SortDescriptions"/>.