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