3 references to OnLivePropertyListChanged
PresentationFramework (3)
System\Windows\Data\ListCollectionView.cs (3)
1494
_liveSortingProperties.CollectionChanged += new NotifyCollectionChangedEventHandler(
OnLivePropertyListChanged
);
1516
_liveFilteringProperties.CollectionChanged += new NotifyCollectionChangedEventHandler(
OnLivePropertyListChanged
);
1538
_liveGroupingProperties.CollectionChanged += new NotifyCollectionChangedEventHandler(
OnLivePropertyListChanged
);