3 references to Size
System.Windows.Forms (3)
misc\GDI\WindowsFont.cs (3)
370
(((UInt32)this.
Size
<< 7) | ((UInt32)this.
Size
>> 25)));
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);