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