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