3 references to new
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
16695using GraphicsClipScope clipScope = new(g);
System\Windows\Forms\Printing\PrintPreviewControl.cs (2)
616using GraphicsClipScope clipScope = new(g); 638using (new GraphicsClipScope(g))