1 write to _sort
PresentationFramework (1)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
255
_sort
= new BindingListSortDescriptionCollection(allowAdvancedSorting);
7 references to _sort
PresentationFramework (7)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (7)
252
if (
_sort
== null)
256
((INotifyCollectionChanged)
_sort
).CollectionChanged += new NotifyCollectionChangedEventHandler(SortDescriptionsChanged);
258
return
_sort
;
1331
if ((
_sort
!= null) && (
_sort
.Count > 0) && (CollectionProxy != null) && (CollectionProxy.Count > 0))
1335
ListSortDescriptionCollection sorts = ConvertSortDescriptionCollection(
_sort
);
1350
ActiveComparer = new SortFieldComparer(
_sort
, Culture);