8 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 (5)
System\Windows\Forms\Control.cs (3)
12612bufferedGraphics2.Graphics.FillRectangle(Brushes.Red, band); 12645bufferedGraphics.Graphics.SetClip(clip); 12647bufferedGraphics.Graphics,
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3997Graphics bufferGraphics = buffer.Graphics;
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
2705Graphics offscreenGraphics = buffer.Graphics;