Implemented interface member:
19 references to Dispose
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Helpers\VBInputBox.vb (1)
94labelGraphics.Dispose()
System.Drawing.Common (6)
System\Drawing\BufferedGraphics.cs (1)
52_bufferedGraphicsSurface.Dispose();
System\Drawing\BufferedGraphicsContext.cs (1)
469_compatGraphics?.Dispose();
System\Drawing\Printing\DefaultPrintController.cs (1)
126_graphics.Dispose(); // Dispose of GDI+ Graphics; keep the DC
System\Drawing\Printing\PreviewPrintController.cs (1)
104_graphics?.Dispose();
System\Drawing\Printing\PrintController.cs (1)
183pageEvent.Graphics?.Dispose();
System\Drawing\Printing\PrintPageEventArgs.cs (1)
60internal void Dispose() => Graphics?.Dispose();
System.Windows.Forms (5)
System\Windows\Forms\Controls\ImageList\ImageList.cs (1)
686graphics.Dispose();
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
3529itemGraphics.Dispose(); 3580itemGraphics.Dispose();
System\Windows\Forms\Rendering\DrawingEventArgs.cs (1)
135_graphics.Dispose();
System\Windows\Forms\Rendering\GdiCache.ScreenGraphicsScope.cs (1)
33Graphics?.Dispose();
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\Behavior\DragAssistanceManager.cs (1)
1203_graphics.Dispose();
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (2)
706_graphicsTarget?.Dispose(); 1169_graphicsTarget?.Dispose();
System\Windows\Forms\Design\ComponentTray.cs (1)
1993gr?.Dispose();
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
1799_graphics?.Dispose();
System\Windows\Forms\Design\ToolStripItemBehavior.cs (1)
920g.Dispose();
WindowsFormsIntegration (1)
System\Windows\Integration\HostUtils.cs (1)
298graphicsTemplate.Dispose();