3 writes to _first
PresentationCore (3)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (3)
1095
_first
= new Entry(key, value);
1128
_first
= _others[j];
1140
_first
= new Entry();
8 references to _first
PresentationCore (8)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (8)
1025
if (
_first
._key != null)
1047
if (
_first
._key != null)
1049
if (
_first
._key == key)
1087
_first
._value = value;
1093
if (
_first
._key == null)
1177
value =
_first
._value;
1199
if (
_first
._key == null)
1225
return
_first
._key;