5 references to Style
System.Windows.Forms (5)
misc\GDI\WindowsFont.cs (5)
357this.Style == winFont.Style && 368return (int)((((UInt32)this.Style << 13) | ((UInt32)this.Style >> 19)) ^ 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);