1 write to _rightSideBearing
PresentationCore (1)
Core\CSharp\System\Windows\Media\CharacterMetrics.cs (1)
133
_rightSideBearing
= metrics[(int)FieldIndex.RightSideBearing];
5 references to _rightSideBearing
PresentationCore (5)
Core\CSharp\System\Windows\Media\CharacterMetrics.cs (5)
96
AppendField(
_rightSideBearing
, FieldIndex.RightSideBearing, ref lastIndex, s);
260
get { return
_rightSideBearing
; }
298
other.
_rightSideBearing
==
_rightSideBearing
&&
313
hash = (hash * HashMultiplier) + (int)(
_rightSideBearing
* Constants.DefaultRealToIdeal);