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)
87
s.Append(
_blackBoxHeight
.ToString(System.Windows.Markup.TypeConverterHelper.InvariantEnglishUS));
230
get { return
_blackBoxHeight
; }
296
other.
_blackBoxHeight
==
_blackBoxHeight
&&
310
hash = (hash * HashMultiplier) + (int)(
_blackBoxHeight
* Constants.DefaultRealToIdeal);