2 writes to _groupBy
PresentationFramework (2)
src\Framework\MS\Internal\Data\CollectionViewGroupInternal.cs (2)
81_groupBy = value; 237_groupBy = null;
11 references to _groupBy
PresentationFramework (11)
src\Framework\MS\Internal\Data\CollectionViewGroupInternal.cs (11)
55get { return (_groupBy == null); } 71get { return _groupBy; } 76if (_groupBy != null) 78PropertyChangedEventManager.RemoveHandler(_groupBy, OnGroupByChanged, String.Empty); 83if (_groupBy != null) 85PropertyChangedEventManager.AddHandler(_groupBy, OnGroupByChanged, String.Empty); 89_groupComparer = (_groupBy == null) ? null : 91_groupBy.CustomSort, 92_groupBy.SortDescriptionsInternal, 233if (_groupBy != null) 236PropertyChangedEventManager.RemoveHandler(_groupBy, OnGroupByChanged, String.Empty);