2 writes to _sourceCollection
PresentationFramework (2)
System\Windows\Data\CollectionView.cs (2)
93
_sourceCollection
= collection;
681
_sourceCollection
= null;
5 references to _sourceCollection
PresentationFramework (5)
System\Windows\Data\CollectionView.cs (5)
197
get { return
_sourceCollection
; }
670
INotifyCollectionChanged incc =
_sourceCollection
as INotifyCollectionChanged;
675
((ibl =
_sourceCollection
as IBindingList) != null && !ibl.SupportsChangeNotification))
1575
if (
_sourceCollection
!= null)
1577
format(level+1,
_sourceCollection
, null, sources);