1 write to _key
PresentationCore (1)
Graphics\include\exports.cs (1)
1178
_key
= k;
8 references to _key
PresentationCore (8)
Graphics\include\exports.cs (8)
1197
if (_first.
_key
!= null)
1219
if (_first.
_key
!= null)
1221
if (_first.
_key
== key)
1231
if (_others[i].
_key
== key)
1265
if (_first.
_key
== null)
1372
if (_first.
_key
== null)
1398
return _first.
_key
;
1401
return _others[index - 1].
_key
;