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