7 references to new
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (3)
8318
using PaintEventArgs newArgs =
new
(hdc, newClipRect);
11284
using PaintEventArgs pevent =
new
(dc, rc);
11925
pevent = new
PaintEventArgs
(
System\Windows\Forms\Control.PrintPaintEventArgs.cs (1)
15
:
base
(dc, clipRect, DrawingEventFlags.SaveState)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (1)
54
using (PaintEventArgs e =
new
(screen, default))
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckableControlBaseAdapter.cs (1)
31
using (PaintEventArgs pe =
new
(screen, clipRect: default))
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxStandardAdapter.cs (1)
99
using (PaintEventArgs pe =
new
(screen, clipRect: default))