4 references to GroupDescriptionChanged
PresentationFramework (4)
MS\Internal\Data\CollectionViewGroupRoot.cs (2)
80
if (
GroupDescriptionChanged
!= null)
81
GroupDescriptionChanged
(this, EventArgs.Empty);
System\Windows\Data\BindingListCollectionView.cs (1)
53
_group.
GroupDescriptionChanged
+= new EventHandler(OnGroupDescriptionChanged);
System\Windows\Data\ListCollectionView.cs (1)
75
_group.
GroupDescriptionChanged
+= new EventHandler(OnGroupDescriptionChanged);