2 writes to lfCharSet
System.Windows.Forms (2)
misc\GDI\NativeMethods.cs (1)
329
this.
lfCharSet
= lf.lfCharSet;
misc\GDI\WindowsFont.cs (1)
159
this.logFont.
lfCharSet
= charSet;
2 references to lfCharSet
System.Windows.Forms (2)
misc\GDI\NativeMethods.cs (1)
329
this.lfCharSet = lf.
lfCharSet
;
misc\GDI\WindowsFont.cs (1)
489
return logFont.
lfCharSet
;