2 writes to lfStrikeOut
System.Windows.Forms (2)
misc\GDI\NativeMethods.cs (1)
328this.lfStrikeOut = lf.lfStrikeOut;
misc\GDI\WindowsFont.cs (1)
165this.logFont.lfStrikeOut = (style & FontStyle.Strikeout) == FontStyle.Strikeout ? True : False;
2 references to lfStrikeOut
System.Windows.Forms (2)
misc\GDI\NativeMethods.cs (1)
328this.lfStrikeOut = lf.lfStrikeOut;
misc\GDI\WindowsFont.cs (1)
205if (lf.lfStrikeOut == 1)