5 references to BlackBoxHeight
PresentationCore (5)
Core\CSharp\System\Windows\Media\CharacterMetrics.cs (5)
51private const int NumRequiredFields = (int)FieldIndex.BlackBoxHeight + 1; 91int lastIndex = (int)FieldIndex.BlackBoxHeight; 109CompositeFontParser.VerifyNonNegativeMultiplierOfEm("BlackBoxHeight", ref metrics[(int)FieldIndex.BlackBoxHeight]); 122double verticalAdvance = metrics[(int)FieldIndex.BlackBoxHeight] 130_blackBoxHeight = metrics[(int)FieldIndex.BlackBoxHeight];