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)
1531
SetCollectionView(CollectionViewSource.GetDefaultCollectionView(
_itemsSource
, ModelParent, GetSourceItem));
1556
return
_itemsSource
;