2 writes to _viewList
PresentationFramework (2)
src\Framework\System\Windows\Data\CollectionContainer.cs (2)
318_viewList = new IndexedEnumerable(View); 358_viewList = null;
2 references to _viewList
PresentationFramework (2)
src\Framework\System\Windows\Data\CollectionContainer.cs (2)
316if (_viewList == null && View != null) 320return _viewList;