2 writes to _key
PresentationCore (2)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (2)
1250_key = k; 1342_head._key = others;
15 references to _key
PresentationCore (15)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (15)
1268return _head._key == null; 1280if (_head._key != null) 1282if (_head._key == key) 1290List<Entry> others = (List<Entry>)(_head._key); 1294if (others[i]._key == key) 1324if (_head._key == null) 1348((List<Entry>)(_head._key)).Add(new Entry(key, value)); 1354((List<Entry>)(_head._key))[index] = new Entry(key, value); 1377List<Entry> others = (List<Entry>)_head._key; 1422value = ((List<Entry>)_head._key)[index]._value; 1437if (_head._key == null) 1447return ((List<Entry>)_head._key).Count; 1464return _head._key; 1467return ((List<Entry>)_head._key)[index]._key;