2 writes to _sourceCollection
PresentationFramework (2)
System\Windows\Data\CollectionView.cs (2)
92
_sourceCollection
= collection;
680
_sourceCollection
= null;
5 references to _sourceCollection
PresentationFramework (5)
System\Windows\Data\CollectionView.cs (5)
196
get { return
_sourceCollection
; }
669
INotifyCollectionChanged incc =
_sourceCollection
as INotifyCollectionChanged;
674
((ibl =
_sourceCollection
as IBindingList) != null && !ibl.SupportsChangeNotification))
1574
if (
_sourceCollection
!= null)
1576
format(level+1,
_sourceCollection
, null, sources);