6 references to new
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (2)
8275using GraphicsStateScope saveState = new(g); 8306using GraphicsStateScope saveState = new(newArgs.Graphics);
System\Windows\Forms\Controls\Labels\LinkLabel.cs (4)
1023using GraphicsStateScope graphicsScope = new(g); 1113using GraphicsStateScope graphicsScope = new(g); 1158using (GraphicsStateScope backgroundPaintScope = new(e.Graphics)) 1164using GraphicsStateScope imagePaintScope = new(e.Graphics);