1 write to _blackBoxHeight
PresentationCore (1)
Core\CSharp\System\Windows\Media\CharacterMetrics.cs (1)
130_blackBoxHeight = metrics[(int)FieldIndex.BlackBoxHeight];
5 references to _blackBoxHeight
PresentationCore (5)
Core\CSharp\System\Windows\Media\CharacterMetrics.cs (5)
87s.Append(_blackBoxHeight.ToString(System.Windows.Markup.TypeConverterHelper.InvariantEnglishUS)); 230get { return _blackBoxHeight; } 296other._blackBoxHeight == _blackBoxHeight && 310hash = (hash * HashMultiplier) + (int)(_blackBoxHeight * Constants.DefaultRealToIdeal);