3 writes to _first
PresentationCore (3)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (3)
1095_first = new Entry(key, value); 1128_first = _others[j]; 1140_first = new Entry();
8 references to _first
PresentationCore (8)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (8)
1025if (_first._key != null) 1047if (_first._key != null) 1049if (_first._key == key) 1087_first._value = value; 1093if (_first._key == null) 1177value = _first._value; 1199if (_first._key == null) 1225return _first._key;