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