2 writes to _groupBy
PresentationFramework (2)
MS\Internal\Data\CollectionViewGroupInternal.cs (2)
76_groupBy = value; 232_groupBy = null;
11 references to _groupBy
PresentationFramework (11)
MS\Internal\Data\CollectionViewGroupInternal.cs (11)
50get { return (_groupBy == null); } 66get { return _groupBy; } 71if (_groupBy != null) 73PropertyChangedEventManager.RemoveHandler(_groupBy, OnGroupByChanged, String.Empty); 78if (_groupBy != null) 80PropertyChangedEventManager.AddHandler(_groupBy, OnGroupByChanged, String.Empty); 84_groupComparer = (_groupBy == null) ? null : 86_groupBy.CustomSort, 87_groupBy.SortDescriptionsInternal, 228if (_groupBy != null) 231PropertyChangedEventManager.RemoveHandler(_groupBy, OnGroupByChanged, String.Empty);