1 write to lastChar
PresentationCore (1)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (1)
906
lastChar
= last;
2 references to lastChar
PresentationCore (2)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (2)
917
int smaller = Math.Min(
lastChar
, firstChar);
918
int larger = Math.Max(
lastChar
, firstChar);