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