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