2 writes to _key
PresentationCore (2)
Graphics\include\exports.cs (2)
1424_key = k; 1516_head._key = others;
15 references to _key
PresentationCore (15)
Graphics\include\exports.cs (15)
1442return _head._key == null; 1454if (_head._key != null) 1456if (_head._key == key) 1464List<Entry> others = (List<Entry>)(_head._key); 1468if (others[i]._key == key) 1498if (_head._key == null) 1523((List<Entry>)(_head._key)).Add(new Entry(key, value)); 1529((List<Entry>)(_head._key))[index] = new Entry(key, value); 1552List<Entry> others = (List<Entry>)_head._key; 1597value = ((List<Entry>)_head._key)[index]._value; 1612if (_head._key == null) 1622return ((List<Entry>)_head._key).Count; 1639return _head._key; 1642return ((List<Entry>)_head._key)[index]._key;