2 writes to _sourceCollection
PresentationFramework (2)
src\Framework\System\Windows\Data\CollectionView.cs (2)
104_sourceCollection = collection; 697_sourceCollection = null;
5 references to _sourceCollection
PresentationFramework (5)
src\Framework\System\Windows\Data\CollectionView.cs (5)
212get { return _sourceCollection; } 686INotifyCollectionChanged incc = _sourceCollection as INotifyCollectionChanged; 691((ibl = _sourceCollection as IBindingList) != null && !ibl.SupportsChangeNotification)) 1605if (_sourceCollection != null) 1607format(level+1, _sourceCollection, null, sources);