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