2 writes to _viewList
PresentationFramework (2)
System\Windows\Data\CollectionContainer.cs (2)
311_viewList = new IndexedEnumerable(View); 351_viewList = null;
2 references to _viewList
PresentationFramework (2)
System\Windows\Data\CollectionContainer.cs (2)
309if (_viewList == null && View != null) 313return _viewList;