2 writes to _sourceCollection
PresentationFramework (2)
System\Windows\Data\CollectionView.cs (2)
97_sourceCollection = collection; 688_sourceCollection = null;
5 references to _sourceCollection
PresentationFramework (5)
System\Windows\Data\CollectionView.cs (5)
204get { return _sourceCollection; } 677INotifyCollectionChanged incc = _sourceCollection as INotifyCollectionChanged; 682((ibl = _sourceCollection as IBindingList) != null && !ibl.SupportsChangeNotification)) 1594if (_sourceCollection != null) 1596format(level+1, _sourceCollection, null, sources);