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