5 references to BlackBoxHeight
PresentationCore (5)
System\Windows\Media\CharacterMetrics.cs (5)
37private const int NumRequiredFields = (int)FieldIndex.BlackBoxHeight + 1; 76int lastIndex = (int)FieldIndex.BlackBoxHeight; 94CompositeFontParser.VerifyNonNegativeMultiplierOfEm(nameof(BlackBoxHeight), ref metrics[(int)FieldIndex.BlackBoxHeight]); 107double verticalAdvance = metrics[(int)FieldIndex.BlackBoxHeight] 115_blackBoxHeight = metrics[(int)FieldIndex.BlackBoxHeight];