3 writes to _first
PresentationCore (3)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (3)
1113_first = new Entry(key, value); 1146_first = _others[j]; 1158_first = new Entry();
8 references to _first
PresentationCore (8)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (8)
1043if (_first._key != null) 1065if (_first._key != null) 1067if (_first._key == key) 1105_first._value = value; 1111if (_first._key == null) 1195value = _first._value; 1217if (_first._key == null) 1243return _first._key;