3 instantiations of GraphicsClipScope
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))
2 references to GraphicsClipScope
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
16695using GraphicsClipScope clipScope = new(g);
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
616using GraphicsClipScope clipScope = new(g);