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