3 overrides of GetCollectionChangedSources
PresentationFramework (3)
MS\Internal\Data\CollectionViewProxy.cs (1)
1001internal override void GetCollectionChangedSources(int level, Action<int, object, bool?, List<string>> format, List<string> sources)
MS\Internal\Data\CompositeCollectionView.cs (1)
833internal override void GetCollectionChangedSources(int level, Action<int, object, bool?, List<string>> format, List<string> sources)
System\Windows\Controls\ItemCollection.cs (1)
1591internal override void GetCollectionChangedSources(int level, Action<int, object, bool?, List<string>> format, List<string> sources)
2 references to GetCollectionChangedSources
PresentationFramework (2)
System\Windows\Controls\ItemCollection.cs (1)
1596_collectionView.GetCollectionChangedSources(level+1, format, sources);
System\Windows\Data\CollectionContainer.cs (1)
239cv.GetCollectionChangedSources(level+1, format, sources);