1 write to _bottomSideBearing
PresentationCore (1)
System\Windows\Media\CharacterMetrics.cs (1)
119_bottomSideBearing = metrics[(int)FieldIndex.BottomSideBearing];
5 references to _bottomSideBearing
PresentationCore (5)
System\Windows\Media\CharacterMetrics.cs (5)
82AppendField(_bottomSideBearing, FieldIndex.BottomSideBearing, ref lastIndex, s); 264get { return _bottomSideBearing; } 281other._bottomSideBearing == _bottomSideBearing; 295hash = (hash * HashMultiplier) + (int)(_bottomSideBearing * Constants.DefaultRealToIdeal);