6 references to Graphics
System.Drawing.Common (3)
System\Drawing\BufferedGraphics.cs (3)
87
IntPtr sourceDC =
Graphics
.GetHdc();
106
Graphics
.ReleaseHdcInternal(sourceDC);
126
RenderInternal(new HandleRef(
Graphics
, _targetDC));
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (3)
11883
bufferedGraphics2.
Graphics
.FillRectangle(Brushes.Red, band);
11916
bufferedGraphics.
Graphics
.SetClip(clip);
11918
bufferedGraphics.
Graphics
,