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