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