3 writes to _first
PresentationCore (3)
Graphics\include\exports.cs (3)
1267
_first
= new Entry(key, value);
1300
_first
= _others[j];
1312
_first
= new Entry();
8 references to _first
PresentationCore (8)
Graphics\include\exports.cs (8)
1197
if (
_first
._key != null)
1219
if (
_first
._key != null)
1221
if (
_first
._key == key)
1259
_first
._value = value;
1265
if (
_first
._key == null)
1350
value =
_first
._value;
1372
if (
_first
._key == null)
1398
return
_first
._key;