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