2 writes to _itemsReadOnly
PresentationFramework (2)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (2)
155
_itemsReadOnly
= new ReadOnlyCollection<object>(new ListOfObject(_items));
1284
_itemsReadOnly
= null;
2 references to _itemsReadOnly
PresentationFramework (2)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (2)
153
if (
_itemsReadOnly
== null && _items != null)
158
return
_itemsReadOnly
;