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)
1025
if (_first.
_key
!= null)
1047
if (_first.
_key
!= null)
1049
if (_first.
_key
== key)
1059
if (_others[i].
_key
== key)
1093
if (_first.
_key
== null)
1199
if (_first.
_key
== null)
1225
return _first.
_key
;
1228
return _others[index - 1].
_key
;