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)
98
AppendField(
_bottomSideBearing
, FieldIndex.BottomSideBearing, ref lastIndex, s);
280
get { return
_bottomSideBearing
; }
300
other.
_bottomSideBearing
==
_bottomSideBearing
;
315
hash = (hash * HashMultiplier) + (int)(
_bottomSideBearing
* Constants.DefaultRealToIdeal);