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)
316
if (
_viewList
== null && View != null)
320
return
_viewList
;