1 write to _sort
PresentationFramework (1)
System\Windows\Data\BindingListCollectionView.cs (1)
248
_sort
= new BindingListSortDescriptionCollection(allowAdvancedSorting);
7 references to _sort
PresentationFramework (7)
System\Windows\Data\BindingListCollectionView.cs (7)
245
if (
_sort
== null)
249
((INotifyCollectionChanged)
_sort
).CollectionChanged += new NotifyCollectionChangedEventHandler(SortDescriptionsChanged);
251
return
_sort
;
1324
if ((
_sort
!= null) && (
_sort
.Count > 0) && (CollectionProxy != null) && (CollectionProxy.Count > 0))
1328
ListSortDescriptionCollection sorts = ConvertSortDescriptionCollection(
_sort
);
1343
ActiveComparer = new SortFieldComparer(
_sort
, Culture);