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