2 instantiations of IListComparer
PresentationFramework (2)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
2280
_group.ActiveComparer = new CollectionViewGroupInternal.
IListComparer
(list);
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
2982
_group.ActiveComparer = new CollectionViewGroupInternal.
IListComparer
(InternalList);
6 references to IListComparer
PresentationFramework (6)
src\Framework\MS\Internal\Data\CollectionViewGroupInternal.cs (2)
403
IListComparer
ilc = comparer as
IListComparer
;
src\Framework\System\Windows\Data\BindingListCollectionView.cs (2)
2273
CollectionViewGroupInternal.
IListComparer
ilc = _group.ActiveComparer as CollectionViewGroupInternal.
IListComparer
;
src\Framework\System\Windows\Data\ListCollectionView.cs (2)
2975
CollectionViewGroupInternal.
IListComparer
ilc = _group.ActiveComparer as CollectionViewGroupInternal.
IListComparer
;