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