1 write to _topSideBearing
PresentationCore (1)
Core\CSharp\System\Windows\Media\CharacterMetrics.cs (1)
134
_topSideBearing
= metrics[(int)FieldIndex.TopSideBearing];
5 references to _topSideBearing
PresentationCore (5)
Core\CSharp\System\Windows\Media\CharacterMetrics.cs (5)
97
AppendField(
_topSideBearing
, FieldIndex.TopSideBearing, ref lastIndex, s);
270
get { return
_topSideBearing
; }
299
other.
_topSideBearing
==
_topSideBearing
&&
314
hash = (hash * HashMultiplier) + (int)(
_topSideBearing
* Constants.DefaultRealToIdeal);