2 writes to lfItalic
System.Windows.Forms (2)
misc\GDI\NativeMethods.cs (1)
326
this.
lfItalic
= lf.lfItalic;
misc\GDI\WindowsFont.cs (1)
163
this.logFont.
lfItalic
= (style & FontStyle.Italic) == FontStyle.Italic ? True : False;
3 references to lfItalic
System.Windows.Forms (3)
misc\GDI\NativeMethods.cs (1)
326
this.lfItalic = lf.
lfItalic
;
misc\GDI\WindowsFont.cs (2)
197
if (lf.
lfItalic
== 1)
412
return logFont.
lfItalic
== 1;