2 writes to _items
PresentationFramework (2)
src\Framework\System\Windows\Navigation\JournalEntryListConverter.cs (2)
167_items = new ArrayList(19); 194_items = null;
5 references to _items
PresentationFramework (5)
src\Framework\System\Windows\Navigation\JournalEntryListConverter.cs (5)
163if (_items == null) 172_items.Insert(0, o); 180_items.Add(current); 184_items.Add(o); 189return _items.GetEnumerator();