1 write to _sort
PresentationFramework (1)
System\Windows\Data\BindingListCollectionView.cs (1)
242
_sort
= new BindingListSortDescriptionCollection(allowAdvancedSorting);
7 references to _sort
PresentationFramework (7)
System\Windows\Data\BindingListCollectionView.cs (7)
239
if (
_sort
== null)
243
((INotifyCollectionChanged)
_sort
).CollectionChanged += new NotifyCollectionChangedEventHandler(SortDescriptionsChanged);
245
return
_sort
;
1303
if ((
_sort
!= null) && (
_sort
.Count > 0) && (CollectionProxy != null) && (CollectionProxy.Count > 0))
1307
ListSortDescriptionCollection sorts = ConvertSortDescriptionCollection(
_sort
);
1322
ActiveComparer = new SortFieldComparer(
_sort
, Culture);