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)
153if (_itemsReadOnly == null && _items != null) 158return _itemsReadOnly;