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