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