4 writes to lfFaceName
System.Windows.Forms (4)
misc\GDI\NativeMethods.cs (1)
334
this.
lfFaceName
= lf.lfFaceName;
misc\GDI\WindowsFont.cs (3)
80
this.logFont.
lfFaceName
= defaultFaceName;
158
this.logFont.
lfFaceName
= faceName != null ? faceName : defaultFaceName;
189
this.logFont.
lfFaceName
= defaultFaceName;
4 references to lfFaceName
System.Windows.Forms (4)
misc\GDI\NativeMethods.cs (1)
334
this.lfFaceName = lf.
lfFaceName
;
misc\GDI\WindowsFont.cs (3)
187
if (this.logFont.
lfFaceName
== null)
385
return string.Format(CultureInfo.CurrentCulture, "[{0}: Name={1}, Size={2} points, Height={3} pixels, Sytle={4}]", GetType().Name, logFont.
lfFaceName
, this.Size, this.Height, this.Style);
512
return logFont.
lfFaceName
;