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