2 references to FW_BOLD
System.Windows.Forms (2)
misc\GDI\WindowsFont.cs (2)
162this.logFont.lfWeight = (style & FontStyle.Bold) == FontStyle.Bold ? IntNativeMethods.FW_BOLD : IntNativeMethods.FW_NORMAL; 193if (lf.lfWeight == IntNativeMethods.FW_BOLD)