1 write to _key
PresentationCore (1)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (1)
1006_key = k;
8 references to _key
PresentationCore (8)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (8)
1025if (_first._key != null) 1047if (_first._key != null) 1049if (_first._key == key) 1059if (_others[i]._key == key) 1093if (_first._key == null) 1199if (_first._key == null) 1225return _first._key; 1228return _others[index - 1]._key;