5 references to AppendField
PresentationCore (5)
Core\CSharp\System\Windows\Media\CharacterMetrics.cs (5)
94AppendField(_baseline, FieldIndex.Baseline, ref lastIndex, s); 95AppendField(_leftSideBearing, FieldIndex.LeftSideBearing, ref lastIndex, s); 96AppendField(_rightSideBearing, FieldIndex.RightSideBearing, ref lastIndex, s); 97AppendField(_topSideBearing, FieldIndex.TopSideBearing, ref lastIndex, s); 98AppendField(_bottomSideBearing, FieldIndex.BottomSideBearing, ref lastIndex, s);