4 writes to lfFaceName
System.Windows.Forms (4)
misc\GDI\NativeMethods.cs (1)
334this.lfFaceName = lf.lfFaceName;
misc\GDI\WindowsFont.cs (3)
80this.logFont.lfFaceName = defaultFaceName; 158this.logFont.lfFaceName = faceName != null ? faceName : defaultFaceName; 189this.logFont.lfFaceName = defaultFaceName;
4 references to lfFaceName
System.Windows.Forms (4)
misc\GDI\NativeMethods.cs (1)
334this.lfFaceName = lf.lfFaceName;
misc\GDI\WindowsFont.cs (3)
187if (this.logFont.lfFaceName == null) 385return 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); 512return logFont.lfFaceName;