1 write to _groupComparer
PresentationFramework (1)
MS\Internal\Data\CollectionViewGroupInternal.cs (1)
84_groupComparer = (_groupBy == null) ? null :
4 references to _groupComparer
PresentationFramework (4)
MS\Internal\Data\CollectionViewGroupInternal.cs (4)
174if (_groupComparer == null) 369if (_groupComparer == null && GroupBy != null) 387if (_groupComparer == null) 418if (_groupComparer.Compare(item, ProtectedItems[index]) < 0)