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);