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)
1197if (_first._key != null) 1219if (_first._key != null) 1221if (_first._key == key) 1259_first._value = value; 1265if (_first._key == null) 1350value = _first._value; 1372if (_first._key == null) 1398return _first._key;