1 write to _bottomSideBearing
PresentationCore (1)
Core\CSharp\System\Windows\Media\CharacterMetrics.cs (1)
135_bottomSideBearing = metrics[(int)FieldIndex.BottomSideBearing];
5 references to _bottomSideBearing
PresentationCore (5)
Core\CSharp\System\Windows\Media\CharacterMetrics.cs (5)
98AppendField(_bottomSideBearing, FieldIndex.BottomSideBearing, ref lastIndex, s); 280get { return _bottomSideBearing; } 300other._bottomSideBearing == _bottomSideBearing; 315hash = (hash * HashMultiplier) + (int)(_bottomSideBearing * Constants.DefaultRealToIdeal);