2 instantiations of IListComparer
PresentationFramework (2)
System\Windows\Data\BindingListCollectionView.cs (1)
2268
_group.ActiveComparer = new CollectionViewGroupInternal.
IListComparer
(list);
System\Windows\Data\ListCollectionView.cs (1)
2963
_group.ActiveComparer = new CollectionViewGroupInternal.
IListComparer
(InternalList);
6 references to IListComparer
PresentationFramework (6)
MS\Internal\Data\CollectionViewGroupInternal.cs (2)
398
IListComparer
ilc = comparer as
IListComparer
;
System\Windows\Data\BindingListCollectionView.cs (2)
2261
CollectionViewGroupInternal.
IListComparer
ilc = _group.ActiveComparer as CollectionViewGroupInternal.
IListComparer
;
System\Windows\Data\ListCollectionView.cs (2)
2956
CollectionViewGroupInternal.
IListComparer
ilc = _group.ActiveComparer as CollectionViewGroupInternal.
IListComparer
;