5 references to new
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (1)
10229
RECT rect =
new
(size);
System\Windows\Forms\Control.MetafileDCWrapper.cs (1)
39
_destRect =
new
(size);
System\Windows\Forms\Form.cs (1)
3292
RECT result =
new
(clientSize);
System\Windows\Forms\Rendering\ControlPaint.cs (1)
1366
RECT rcCheck =
new
(rectangle.Size);
System\Windows\Forms\Rendering\TextExtensions.cs (1)
244
RECT rect =
new
(proposedSize);