3 references to OnLivePropertyListChanged
PresentationFramework (3)
System\Windows\Data\ListCollectionView.cs (3)
1475
_liveSortingProperties.CollectionChanged += new NotifyCollectionChangedEventHandler(
OnLivePropertyListChanged
);
1497
_liveFilteringProperties.CollectionChanged += new NotifyCollectionChangedEventHandler(
OnLivePropertyListChanged
);
1519
_liveGroupingProperties.CollectionChanged += new NotifyCollectionChangedEventHandler(
OnLivePropertyListChanged
);