3 overrides of GetCollectionChangedSources
PresentationFramework (3)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
1005internal override void GetCollectionChangedSources(int level, Action<int, object, bool?, List<string>> format, List<string> sources)
src\Framework\MS\Internal\Data\CompositeCollectionView.cs (1)
850internal override void GetCollectionChangedSources(int level, Action<int, object, bool?, List<string>> format, List<string> sources)
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
1602internal override void GetCollectionChangedSources(int level, Action<int, object, bool?, List<string>> format, List<string> sources)
2 references to GetCollectionChangedSources
PresentationFramework (2)
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
1607_collectionView.GetCollectionChangedSources(level+1, format, sources);
src\Framework\System\Windows\Data\CollectionContainer.cs (1)
246cv.GetCollectionChangedSources(level+1, format, sources);