1 write to _topSideBearing
PresentationCore (1)
System\Windows\Media\CharacterMetrics.cs (1)
121_topSideBearing = metrics[(int)FieldIndex.TopSideBearing];
5 references to _topSideBearing
PresentationCore (5)
System\Windows\Media\CharacterMetrics.cs (5)
84AppendField(_topSideBearing, FieldIndex.TopSideBearing, ref lastIndex, s); 257get { return _topSideBearing; } 286other._topSideBearing == _topSideBearing && 301hash = (hash * HashMultiplier) + (int)(_topSideBearing * Constants.DefaultRealToIdeal);