2 writes to _itemsSource
PresentationFramework (2)
src\Framework\System\Windows\Controls\ItemCollection.cs (2)
1528_itemsSource = value; 1540_itemsSource = null;
2 references to _itemsSource
PresentationFramework (2)
src\Framework\System\Windows\Controls\ItemCollection.cs (2)
1531SetCollectionView(CollectionViewSource.GetDefaultCollectionView(_itemsSource, ModelParent, GetSourceItem)); 1556return _itemsSource;