11 references to LastUnicodeScalar
PresentationCore (11)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (1)
597for (int codePoint = 0; codePoint <= FontFamilyMap.LastUnicodeScalar; ++codePoint)
MS\Internal\Shaping\CompositeFontFamily.cs (1)
750, FontFamilyMap.LastUnicodeScalar,
System\Windows\Media\CharacterMetricsDictionary.cs (3)
373if (key >= 0 && key <= FontFamilyMap.LastUnicodeScalar && _pageTable != null) 385if (key >= 0 && key <= FontFamilyMap.LastUnicodeScalar && _pageTable != null) 503if (value < 0 || value > FontFamilyMap.LastUnicodeScalar)
System\Windows\Media\FamilyMap.cs (6)
24private static readonly Range[] _defaultRanges = new Range[] { new Range(0, LastUnicodeScalar) }; 28LastUnicodeScalar, 40LastUnicodeScalar, 64if (firstChar == 0 && lastChar == LastUnicodeScalar) 250lastNum <= LastUnicodeScalar); 263lastNum > LastUnicodeScalar ||