11 references to LastUnicodeScalar
PresentationCore (11)
Core\CSharp\MS\Internal\FontCache\FontFaceLayoutInfo.cs (1)
669for (int codePoint = 0; codePoint <= FontFamilyMap.LastUnicodeScalar; ++codePoint)
Core\CSharp\MS\Internal\Shaping\CompositeFontFamily.cs (1)
920, FontFamilyMap.LastUnicodeScalar,
Core\CSharp\System\Windows\Media\CharacterMetricsDictionary.cs (3)
399if (key >= 0 && key <= FontFamilyMap.LastUnicodeScalar && _pageTable != null) 411if (key >= 0 && key <= FontFamilyMap.LastUnicodeScalar && _pageTable != null) 530if (value < 0 || value > FontFamilyMap.LastUnicodeScalar)
Core\CSharp\System\Windows\Media\FamilyMap.cs (6)
45private static readonly Range[] _defaultRanges = new Range[] { new Range(0, LastUnicodeScalar) }; 49LastUnicodeScalar, 61LastUnicodeScalar, 85if (firstChar == 0 && lastChar == LastUnicodeScalar) 272lastNum <= LastUnicodeScalar); 285lastNum > LastUnicodeScalar ||