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