2 writes to _key
PresentationCore (2)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (2)
1268_key = k; 1360_head._key = others;
15 references to _key
PresentationCore (15)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (15)
1286return _head._key == null; 1298if (_head._key != null) 1300if (_head._key == key) 1308List<Entry> others = (List<Entry>)(_head._key); 1312if (others[i]._key == key) 1342if (_head._key == null) 1366((List<Entry>)(_head._key)).Add(new Entry(key, value)); 1372((List<Entry>)(_head._key))[index] = new Entry(key, value); 1395List<Entry> others = (List<Entry>)_head._key; 1440value = ((List<Entry>)_head._key)[index]._value; 1455if (_head._key == null) 1465return ((List<Entry>)_head._key).Count; 1482return _head._key; 1485return ((List<Entry>)_head._key)[index]._key;