5 references to BlackBoxHeight
PresentationCore (5)
System\Windows\Media\CharacterMetrics.cs (5)
48private const int NumRequiredFields = (int)FieldIndex.BlackBoxHeight + 1; 87int lastIndex = (int)FieldIndex.BlackBoxHeight; 105CompositeFontParser.VerifyNonNegativeMultiplierOfEm("BlackBoxHeight", ref metrics[(int)FieldIndex.BlackBoxHeight]); 118double verticalAdvance = metrics[(int)FieldIndex.BlackBoxHeight] 126_blackBoxHeight = metrics[(int)FieldIndex.BlackBoxHeight];