4 instantiations of Entry
PresentationCore (4)
Graphics\include\exports.cs (4)
1267_first = new Entry(key, value); 1276_others.Add(new Entry(key, value)); 1281_others[index] = new Entry(key, value); 1312_first = new Entry();
3 references to Entry
PresentationCore (3)
Graphics\include\exports.cs (3)
1191private Entry _first; 1193private List<Entry> _others; 1273_others = new List<Entry>(2); // by default we have two entries in the extra storage.