2 references to Size
System.Windows.Forms (2)
misc\GDI\WindowsGraphics2.cs (1)
522return rect.Size;
misc\GDI\WindowsRegion.cs (1)
196return new Rectangle(new Point(rect.left, rect.top), rect.Size);