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