4 references to GroupDescriptionChanged
PresentationFramework (4)
src\Framework\MS\Internal\Data\CollectionViewGroupRoot.cs (2)
85
if (
GroupDescriptionChanged
!= null)
86
GroupDescriptionChanged
(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);