1 write to _blackBoxWidth
PresentationCore (1)
Core\CSharp\System\Windows\Media\CharacterMetrics.cs (1)
129
_blackBoxWidth
= metrics[(int)FieldIndex.BlackBoxWidth];
5 references to _blackBoxWidth
PresentationCore (5)
Core\CSharp\System\Windows\Media\CharacterMetrics.cs (5)
85
s.Append(
_blackBoxWidth
.ToString(System.Windows.Markup.TypeConverterHelper.InvariantEnglishUS));
222
get { return
_blackBoxWidth
; }
295
other.
_blackBoxWidth
==
_blackBoxWidth
&&
309
int hash = (int)(
_blackBoxWidth
* Constants.DefaultRealToIdeal);