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