15 references to new
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (3)
8302
using PaintEventArgs newArgs =
new
(hdc, newClipRect);
11271
using PaintEventArgs pevent =
new
(dc, rc);
11908
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))
System.Windows.Forms.Tests (8)
System\Windows\Forms\PaintEventArgsTests.cs (1)
65
using PaintEventArgs args =
new
(hdc, default);
System\Windows\Forms\ToolStripButtonTests.Rendering.cs (6)
31
using PaintEventArgs e =
new
(emf, bounds);
54
using PaintEventArgs e =
new
(emf, bounds);
79
using PaintEventArgs e =
new
(emf, bounds);
105
using PaintEventArgs e =
new
(emf, bounds);
131
using PaintEventArgs e =
new
(emf, bounds);
158
using PaintEventArgs e =
new
(emf, bounds);
System\Windows\Forms\ToolStripTests.Rendering.cs (1)
32
using PaintEventArgs e =
new
(emf, bounds);