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