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