5 references to AppendField
PresentationCore (5)
System\Windows\Media\CharacterMetrics.cs (5)
90AppendField(_baseline, FieldIndex.Baseline, ref lastIndex, s); 91AppendField(_leftSideBearing, FieldIndex.LeftSideBearing, ref lastIndex, s); 92AppendField(_rightSideBearing, FieldIndex.RightSideBearing, ref lastIndex, s); 93AppendField(_topSideBearing, FieldIndex.TopSideBearing, ref lastIndex, s); 94AppendField(_bottomSideBearing, FieldIndex.BottomSideBearing, ref lastIndex, s);