2 writes to _itemsSource
PresentationFramework (2)
System\Windows\Controls\ItemCollection.cs (2)
1508_itemsSource = value; 1520_itemsSource = null;
2 references to _itemsSource
PresentationFramework (2)
System\Windows\Controls\ItemCollection.cs (2)
1511SetCollectionView(CollectionViewSource.GetDefaultCollectionView(_itemsSource, ModelParent, GetSourceItem)); 1536return _itemsSource;