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