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