1 write to lastChar
PresentationCore (1)
Core\CSharp\MS\Internal\FontCache\FontFaceLayoutInfo.cs (1)
1010
lastChar
= last;
2 references to lastChar
PresentationCore (2)
Core\CSharp\MS\Internal\FontCache\FontFaceLayoutInfo.cs (2)
1021
int smaller = Math.Min(
lastChar
, firstChar);
1022
int larger = Math.Max(
lastChar
, firstChar);