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)
212
get { return
_sourceCollection
; }
686
INotifyCollectionChanged incc =
_sourceCollection
as INotifyCollectionChanged;
691
((ibl =
_sourceCollection
as IBindingList) != null && !ibl.SupportsChangeNotification))
1605
if (
_sourceCollection
!= null)
1607
format(level+1,
_sourceCollection
, null, sources);