2 writes to _underlinePosition
PresentationCore (2)
System\Windows\Media\FamilyTypeface.cs (2)
48
_underlinePosition
= face.UnderlinePosition;
110
_underlinePosition
= value;
1 reference to _underlinePosition
PresentationCore (1)
System\Windows\Media\FamilyTypeface.cs (1)
105
get { return
_underlinePosition
; }