3 overrides of GetCollectionChangedSources
PresentationFramework (3)
MS\Internal\Data\CollectionViewProxy.cs (1)
995internal override void GetCollectionChangedSources(int level, Action<int, object, bool?, List<string>> format, List<string> sources)
MS\Internal\Data\CompositeCollectionView.cs (1)
821internal override void GetCollectionChangedSources(int level, Action<int, object, bool?, List<string>> format, List<string> sources)
System\Windows\Controls\ItemCollection.cs (1)
1575internal 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)
1578_collectionView?.GetCollectionChangedSources(level+1, format, sources);
System\Windows\Data\CollectionContainer.cs (1)
227cv.GetCollectionChangedSources(level+1, format, sources);