2 writes to _viewList
PresentationFramework (2)
System\Windows\Data\CollectionContainer.cs (2)
303_viewList = new IndexedEnumerable(View); 343_viewList = null;
2 references to _viewList
PresentationFramework (2)
System\Windows\Data\CollectionContainer.cs (2)
301if (_viewList == null && View != null) 305return _viewList;