1 write to _blackBoxHeight
PresentationCore (1)
System\Windows\Media\CharacterMetrics.cs (1)
117_blackBoxHeight = metrics[(int)FieldIndex.BlackBoxHeight];
5 references to _blackBoxHeight
PresentationCore (5)
System\Windows\Media\CharacterMetrics.cs (5)
74s.Append(_blackBoxHeight.ToString(System.Windows.Markup.TypeConverterHelper.InvariantEnglishUS)); 217get { return _blackBoxHeight; } 283other._blackBoxHeight == _blackBoxHeight && 297hash = (hash * HashMultiplier) + (int)(_blackBoxHeight * Constants.DefaultRealToIdeal);