4 instantiations of Entry
PresentationCore (4)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (4)
1095_first = new Entry(key, value); 1104_others.Add(new Entry(key, value)); 1109_others[index] = new Entry(key, value); 1140_first = new Entry();
3 references to Entry
PresentationCore (3)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (3)
1019private Entry _first; 1021private List<Entry> _others; 1101_others = new List<Entry>(2); // by default we have two entries in the extra storage.