3 references to OnLivePropertyListChanged
PresentationFramework (3)
System\Windows\Data\ListCollectionView.cs (3)
1476
_liveSortingProperties.CollectionChanged += new NotifyCollectionChangedEventHandler(
OnLivePropertyListChanged
);
1498
_liveFilteringProperties.CollectionChanged += new NotifyCollectionChangedEventHandler(
OnLivePropertyListChanged
);
1520
_liveGroupingProperties.CollectionChanged += new NotifyCollectionChangedEventHandler(
OnLivePropertyListChanged
);