6 references to Graphics
System.Drawing (4)
commonui\System\Drawing\BufferedGraphics.cs (4)
118RenderInternal(new HandleRef(Graphics, targetDC), this); 158IntPtr sourceDC = buffer.Graphics.GetHdc(); 162new HandleRef(buffer.Graphics, sourceDC), 0, 0, rop); 165buffer.Graphics.ReleaseHdcInternal(sourceDC);
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
13733bufferedGraphics.Graphics.SetClip(clip); 13734pevent = new PaintEventArgs(bufferedGraphics.Graphics, clip);