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