1 write to _blackBoxWidth
PresentationCore (1)
System\Windows\Media\CharacterMetrics.cs (1)
125
_blackBoxWidth
= metrics[(int)FieldIndex.BlackBoxWidth];
5 references to _blackBoxWidth
PresentationCore (5)
System\Windows\Media\CharacterMetrics.cs (5)
81
s.Append(
_blackBoxWidth
.ToString(System.Windows.Markup.TypeConverterHelper.InvariantEnglishUS));
218
get { return
_blackBoxWidth
; }
291
other.
_blackBoxWidth
==
_blackBoxWidth
&&
305
int hash = (int)(
_blackBoxWidth
* Constants.DefaultRealToIdeal);