2 writes to _viewList
PresentationFramework (2)
System\Windows\Data\CollectionContainer.cs (2)
300_viewList = new IndexedEnumerable(View); 340_viewList = null;
2 references to _viewList
PresentationFramework (2)
System\Windows\Data\CollectionContainer.cs (2)
298if (_viewList == null && View != null) 302return _viewList;