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)
97AppendField(_topSideBearing, FieldIndex.TopSideBearing, ref lastIndex, s); 270get { return _topSideBearing; } 299other._topSideBearing == _topSideBearing && 314hash = (hash * HashMultiplier) + (int)(_topSideBearing * Constants.DefaultRealToIdeal);