2 writes to lfUnderline
System.Windows.Forms (2)
misc\GDI\NativeMethods.cs (1)
327
this.
lfUnderline
= lf.lfUnderline;
misc\GDI\WindowsFont.cs (1)
164
this.logFont.
lfUnderline
= (style & FontStyle.Underline) == FontStyle.Underline ? True : False;
2 references to lfUnderline
System.Windows.Forms (2)
misc\GDI\NativeMethods.cs (1)
327
this.lfUnderline = lf.
lfUnderline
;
misc\GDI\WindowsFont.cs (1)
201
if (lf.
lfUnderline
== 1)