3 references to OnLivePropertyListChanged
PresentationFramework (3)
src\Framework\System\Windows\Data\ListCollectionView.cs (3)
1508
_liveSortingProperties.CollectionChanged += new NotifyCollectionChangedEventHandler(
OnLivePropertyListChanged
);
1530
_liveFilteringProperties.CollectionChanged += new NotifyCollectionChangedEventHandler(
OnLivePropertyListChanged
);
1552
_liveGroupingProperties.CollectionChanged += new NotifyCollectionChangedEventHandler(
OnLivePropertyListChanged
);