Implemented interface member:
method
Dispose
System.IDisposable.Dispose()
58 references to Dispose
System.Drawing (10)
commonui\System\Drawing\Advanced\Font.cs (1)
811graphics.Dispose();
commonui\System\Drawing\Bitmap.cs (2)
333g.Dispose(); 606graphics.Dispose();
commonui\System\Drawing\BufferedGraphics.cs (1)
79bufferedGraphicsSurface.Dispose();
commonui\System\Drawing\BufferedGraphicsContext.cs (1)
577compatGraphics.Dispose();
commonui\System\Drawing\Icon.cs (1)
1089graphics.Dispose();
commonui\System\Drawing\Printing\DefaultPrintController.cs (1)
166graphics.Dispose(); // Dispose of GDI+ Graphics; keep the DC
commonui\System\Drawing\Printing\PreviewPrintController.cs (1)
172graphics.Dispose();
commonui\System\Drawing\Printing\PrintController.cs (1)
244pageEvent.Graphics.Dispose();
commonui\System\Drawing\Printing\PrintPageEvent.cs (1)
116graphics.Dispose();
System.Web.DataVisualization (2)
Common\Annotation\TextAnnotation.cs (1)
990 graphics.Dispose();
Common\General\Chart.cs (1)
382 offScreen.Dispose();
System.Windows.Forms (42)
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxBaseAdapter.cs (1)
267offscreen.Dispose();
winforms\Managed\System\WinForms\ComboBox.cs (4)
3407graphics.Dispose(); 3467graphics.Dispose(); 3616g.Dispose(); 3639graphics.Dispose();
winforms\Managed\System\WinForms\Control.cs (2)
3032g.Dispose(); 6569graphics.Dispose();
winforms\Managed\System\WinForms\DataGrid.cs (2)
4863g.Dispose(); 5084g.Dispose();
winforms\Managed\System\WinForms\DataGridTable.cs (2)
385g.Dispose(); 924g.Dispose();
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
247graphics.Dispose();
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
1254graphics.Dispose();
winforms\Managed\System\WinForms\FontDialog.cs (1)
571graphics.Dispose();
winforms\Managed\System\WinForms\ImageList.cs (1)
760graphics.Dispose();
winforms\Managed\System\WinForms\LinkLabel.cs (4)
721created.Dispose(); 810g.Dispose(); 2730g.Dispose(); 2740g.Dispose();
winforms\Managed\System\WinForms\ListBox.cs (3)
1962graphics.Dispose(); 2344g.Dispose(); 2372graphics.Dispose();
winforms\Managed\System\WinForms\ListView.cs (4)
2568g.Dispose(); 2670g.Dispose(); 5129g.Dispose(); 5490g.Dispose();
winforms\Managed\System\WinForms\MenuItem.cs (2)
1501g.Dispose(); 1532graphics.Dispose();
winforms\Managed\System\WinForms\PaintEvent.cs (1)
165graphics.Dispose();
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (1)
430tempGraphics.Dispose();
winforms\Managed\System\WinForms\PropertyGridInternal\DocComment.cs (1)
93g.Dispose();
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
6724g.Dispose();
winforms\Managed\System\WinForms\SplitContainer.cs (1)
1718g.Dispose();
winforms\Managed\System\WinForms\StatusBar.cs (1)
1043g.Dispose();
winforms\Managed\System\WinForms\StatusBarPanel.cs (1)
560g.Dispose();
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (1)
247g.Dispose();
winforms\Managed\System\WinForms\ToolStrip.cs (2)
3712itemGraphics.Dispose(); 3743itemGraphics.Dispose();
winforms\Managed\System\WinForms\ToolTip.cs (1)
2639g.Dispose();
winforms\Managed\System\WinForms\TreeView.cs (2)
2747g.Dispose(); 2861g.Dispose();
winforms\Managed\System\WinForms\WinFormsUtils.cs (1)
713graphics.Dispose();
System.Windows.Forms.DataVisualization (4)
Common\Annotation\TextAnnotation.cs (1)
990 graphics.Dispose();
Common\General\Chart.cs (1)
382 offScreen.Dispose();
WinForm\ChartWinControl.cs (2)
435 paintBufferBitmapGraphics.Dispose(); 3142paintBufferBitmapGraphics.Dispose();