2 writes to lfUnderline
System.Windows.Forms (1)
System\Windows\Forms\Rendering\FontCache.Data.cs (1)
96
lfUnderline
= (font.Style & FontStyle.Underline) == FontStyle.Underline ? True : False,
System.Windows.Forms.Primitives.Tests (1)
System\Windows\Forms\Automation\UiaTextRangeTests.cs (1)
1263
LOGFONTW logfont = new() {
lfUnderline
= ifUnderline };
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);