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)
163
if (
_items
== null)
172
_items
.Insert(0, o);
180
_items
.Add(current);
184
_items
.Add(o);
189
return
_items
.GetEnumerator();