5 references to BlackBoxHeight
PresentationCore (5)
System\Windows\Media\CharacterMetrics.cs (5)
36private const int NumRequiredFields = (int)FieldIndex.BlackBoxHeight + 1; 75int lastIndex = (int)FieldIndex.BlackBoxHeight; 93CompositeFontParser.VerifyNonNegativeMultiplierOfEm(nameof(BlackBoxHeight), ref metrics[(int)FieldIndex.BlackBoxHeight]); 106double verticalAdvance = metrics[(int)FieldIndex.BlackBoxHeight] 114_blackBoxHeight = metrics[(int)FieldIndex.BlackBoxHeight];