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