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)
1191
private
Entry
_first;
1193
private List<
Entry
> _others;
1273
_others = new List<
Entry
>(2); // by default we have two entries in the extra storage.