Implemented interface member:
method
Dispose
System.IDisposable.Dispose()
22 references to Dispose
System.Drawing (3)
commonui\System\Drawing\GraphicsContext.cs (2)
71clip.Dispose(); 97this.clipRegion.Dispose();
misc\GDI\WindowsGraphics.cs (1)
206clipRgn.Dispose(); // Disposing the Region object doesn't destroy the hRegion.
System.Web.DataVisualization (1)
Common\General\ChartGraphics.cs (1)
3849region.Dispose();
System.Windows.Forms (14)
misc\GDI\WindowsGraphics.cs (1)
206clipRgn.Dispose(); // Disposing the Region object doesn't destroy the hRegion.
winforms\Managed\System\WinForms\Control.cs (2)
3036working.Dispose(); 3577oldRegion.Dispose();
winforms\Managed\System\WinForms\DataGrid.cs (2)
4431clipRegion.Dispose(); 7331r.Dispose();
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
20032clipRegion.Dispose();
winforms\Managed\System\WinForms\DataGridViewRow.cs (1)
1764clipRegion.Dispose();
winforms\Managed\System\WinForms\ErrorProvider.cs (2)
1272windowRegion.Dispose(); 1753region.Dispose();
winforms\Managed\System\WinForms\LinkLabel.cs (1)
633this.textRegion.Dispose();
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
1949oldClip.Dispose(); // clip is actually copied out.
winforms\Managed\System\WinForms\ToolStrip.cs (3)
2036region.Dispose(); 2817transparentRegion.Dispose(); 3767transparentRegion.Dispose();
System.Windows.Forms.DataVisualization (1)
Common\General\ChartGraphics.cs (1)
3849region.Dispose();
System.Workflow.ComponentModel (3)
AuthoringOM\Design\FreeFormDesigner.cs (1)
1100clipRegion.Dispose();
AuthoringOM\Design\Glyphs\ConfigErrorGlyph.cs (1)
103clipRegion.Dispose();
AuthoringOM\Design\WorkflowPrinting.cs (1)
203clipRegion.Dispose();