4 references to TextDecorationLineStyle
System.Windows.Forms.Primitives (4)
System\Windows\Forms\Automation\UiaTextRange.cs (4)
908
=> (int)(logfont.lfStrikeOut != 0 ?
TextDecorationLineStyle
.Single :
TextDecorationLineStyle
.None);
911
=> (int)(logfont.lfUnderline != 0 ?
TextDecorationLineStyle
.Single :
TextDecorationLineStyle
.None);