2 references to LastDeviceFontCharacterCode
PresentationCore (2)
Core\CSharp\System\Windows\Media\CharacterMetricsDictionary.cs (2)
344
internal const int PageCount = (
LastDeviceFontCharacterCode
+ 1 + (PageSize - 1)) / PageSize;
379
if (key < 0 || key >
LastDeviceFontCharacterCode
)