5 references to BlackBoxHeight
PresentationCore (5)
System\Windows\Media\CharacterMetrics.cs (5)
39private const int NumRequiredFields = (int)FieldIndex.BlackBoxHeight + 1; 78int lastIndex = (int)FieldIndex.BlackBoxHeight; 96CompositeFontParser.VerifyNonNegativeMultiplierOfEm("BlackBoxHeight", ref metrics[(int)FieldIndex.BlackBoxHeight]); 109double verticalAdvance = metrics[(int)FieldIndex.BlackBoxHeight] 117_blackBoxHeight = metrics[(int)FieldIndex.BlackBoxHeight];