2 writes to _sourceCollection
PresentationFramework (2)
System\Windows\Data\CollectionView.cs (2)
93_sourceCollection = collection; 684_sourceCollection = null;
5 references to _sourceCollection
PresentationFramework (5)
System\Windows\Data\CollectionView.cs (5)
200get { return _sourceCollection; } 673INotifyCollectionChanged incc = _sourceCollection as INotifyCollectionChanged; 678((ibl = _sourceCollection as IBindingList) != null && !ibl.SupportsChangeNotification)) 1590if (_sourceCollection != null) 1592format(level+1, _sourceCollection, null, sources);