4 references to GroupDescriptionChanged
PresentationFramework (4)
src\Framework\MS\Internal\Data\CollectionViewGroupRoot.cs (2)
85if (GroupDescriptionChanged != null) 86GroupDescriptionChanged(this, EventArgs.Empty);
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
60_group.GroupDescriptionChanged += new EventHandler(OnGroupDescriptionChanged);
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
82_group.GroupDescriptionChanged += new EventHandler(OnGroupDescriptionChanged);