3 references to CreateGraphics
System.Windows.Forms (1)
System\Windows\Forms\Rendering\ControlPaint.cs (1)
221using Graphics graphics = dc.CreateGraphics();
System.Windows.Forms.Primitives.Tests (2)
System\Windows\Forms\DeviceContextScopeTests.cs (2)
34using Graphics graphics = dcScope.CreateGraphics(); 68using Graphics graphics = dcScope.CreateGraphics();