1 implementation of IGraphics
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
21public sealed unsafe partial class Graphics : MarshalByRefObject, IDisposable, IDeviceContext, IGraphics
5 references to IGraphics
System.Private.Windows.GdiPlus (3)
Windows\Win32\Graphics\Gdi\DeviceContextHdcScope.cs (2)
97IGraphics? graphics = deviceContext as IGraphics;
Windows\Win32\Graphics\Gdi\IGraphicsHdcProvider.cs (1)
41IGraphics? GetGraphics(bool createIfNeeded);
System.Windows.Forms (2)
System\Windows\Forms\Rendering\DrawItemEventArgs.cs (1)
165IGraphics? IGraphicsHdcProvider.GetGraphics(bool createIfNeeded) => _event.GetGraphics(createIfNeeded);
System\Windows\Forms\Rendering\PaintEventArgs.cs (1)
138IGraphics? IGraphicsHdcProvider.GetGraphics(bool createIfNeeded) => _event.GetGraphics(createIfNeeded);