11 references to LastUnicodeScalar
PresentationCore (11)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (1)
598for (int codePoint = 0; codePoint <= FontFamilyMap.LastUnicodeScalar; ++codePoint)
MS\Internal\Shaping\CompositeFontFamily.cs (1)
760, FontFamilyMap.LastUnicodeScalar,
System\Windows\Media\CharacterMetricsDictionary.cs (3)
380if (key >= 0 && key <= FontFamilyMap.LastUnicodeScalar && _pageTable != null) 392if (key >= 0 && key <= FontFamilyMap.LastUnicodeScalar && _pageTable != null) 510if (value < 0 || value > FontFamilyMap.LastUnicodeScalar)
System\Windows\Media\FamilyMap.cs (6)
25private static readonly Range[] _defaultRanges = new Range[] { new Range(0, LastUnicodeScalar) }; 29LastUnicodeScalar, 41LastUnicodeScalar, 65if (firstChar == 0 && lastChar == LastUnicodeScalar) 251lastNum <= LastUnicodeScalar); 264lastNum > LastUnicodeScalar ||