1 write to _key
PresentationCore (1)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (1)
1024_key = k;
8 references to _key
PresentationCore (8)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (8)
1043if (_first._key != null) 1065if (_first._key != null) 1067if (_first._key == key) 1077if (_others[i]._key == key) 1111if (_first._key == null) 1217if (_first._key == null) 1243return _first._key; 1246return _others[index - 1]._key;