1 write to lfUnderline
System.Windows.Forms (1)
System\Windows\Forms\Rendering\FontCache.Data.cs (1)
96
lfUnderline
= (font.Style & FontStyle.Underline) == FontStyle.Underline ? True : False,
2 references to lfUnderline
System.Windows.Forms (1)
System\Windows\Forms\ComponentModel\COM2Interop\COM2FontConverter.cs (1)
147
bool isUnderline = logfont.
lfUnderline
!= 0;
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
911
=> (int)(logfont.
lfUnderline
!= 0 ? TextDecorationLineStyle.Single : TextDecorationLineStyle.None);