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