System\Windows\Media\CharacterMetrics.cs (5)
78AppendField(_baseline, FieldIndex.Baseline, ref lastIndex, s);
79AppendField(_leftSideBearing, FieldIndex.LeftSideBearing, ref lastIndex, s);
80AppendField(_rightSideBearing, FieldIndex.RightSideBearing, ref lastIndex, s);
81AppendField(_topSideBearing, FieldIndex.TopSideBearing, ref lastIndex, s);
82AppendField(_bottomSideBearing, FieldIndex.BottomSideBearing, ref lastIndex, s);