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