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