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