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