2 writes to lfItalic
System.Windows.Forms (1)
System\Windows\Forms\Rendering\FontCache.Data.cs (1)
95
lfItalic
= (font.Style & FontStyle.Italic) == FontStyle.Italic ? True : False,
System.Windows.Forms.Primitives.Tests (1)
System\Windows\Forms\Automation\UiaTextRangeTests.cs (1)
1240
LOGFONTW logfont = new() {
lfItalic
= ifItalic };
2 references to lfItalic
System.Windows.Forms (1)
System\Windows\Forms\ComponentModel\COM2Interop\COM2FontConverter.cs (1)
140
bool isItalic = logfont.
lfItalic
!= 0;
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
903
private static bool GetItalic(LOGFONTW logfont) => logfont.
lfItalic
!= 0;