1 write to _internalList
PresentationFramework (1)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
2175
set {
_internalList
= value; }
1 reference to _internalList
PresentationFramework (1)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
2174
get { return
_internalList
; }