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