4 instantiations of Entry
PresentationCore (4)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (4)
1113_first = new Entry(key, value); 1122_others.Add(new Entry(key, value)); 1127_others[index] = new Entry(key, value); 1158_first = new Entry();
3 references to Entry
PresentationCore (3)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (3)
1037private Entry _first; 1039private List<Entry> _others; 1119_others = new List<Entry>(2); // by default we have two entries in the extra storage.