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)
55
get { return (
_groupBy
== null); }
71
get { return
_groupBy
; }
76
if (
_groupBy
!= null)
78
PropertyChangedEventManager.RemoveHandler(
_groupBy
, OnGroupByChanged, String.Empty);
83
if (
_groupBy
!= null)
85
PropertyChangedEventManager.AddHandler(
_groupBy
, OnGroupByChanged, String.Empty);
89
_groupComparer = (
_groupBy
== null) ? null :
91
_groupBy
.CustomSort,
92
_groupBy
.SortDescriptionsInternal,
233
if (
_groupBy
!= null)
236
PropertyChangedEventManager.RemoveHandler(
_groupBy
, OnGroupByChanged, String.Empty);