15 references to Region
System.Web.DataVisualization (1)
Common\General\Chart.cs (1)
280
metaGraphics.Clip = new
Region
(new Rectangle(0, 0, this.Width, this.Height));
System.Windows.Forms (9)
winforms\Managed\System\WinForms\Control.cs (1)
3001
working = new
Region
(Rectangle.FromLTRB(temp.left, temp.top, temp.right, temp.bottom));
winforms\Managed\System\WinForms\DataGrid.cs (1)
5762
using(Region region = new
Region
(scroll)) {
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
5435
using (Region region = new
Region
(scroll))
winforms\Managed\System\WinForms\ErrorProvider.cs (2)
1187
Region windowRegion = new
Region
(new Rectangle(0, 0, 0, 0));
1693
region = new
Region
(new Rectangle(0,0,0,0));
winforms\Managed\System\WinForms\LinkLabel.cs (1)
709
Region visualRegion = new
Region
(visualRectangle);
winforms\Managed\System\WinForms\ToolStrip.cs (1)
2017
region = new
Region
(regionRect);
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
837
Region rgn = new
Region
(bounds); // create region
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (1)
768
Region parentRegionToPaint = new
Region
(topLeftParentHorizontalPixels);
System.Windows.Forms.DataVisualization (1)
Common\General\Chart.cs (1)
280
metaGraphics.Clip = new
Region
(new Rectangle(0, 0, this.Width, this.Height));
System.Workflow.ComponentModel (4)
AuthoringOM\Design\DesignerWidgets.cs (2)
139
using (Region clipRegion = new
Region
(new Rectangle(bounds.X, bounds.Y, bounds.Width + 1, bounds.Height + 1)))
196
using (Region clipRegion = new
Region
(new Rectangle(bounds.X, bounds.Y, bounds.Width + 1, bounds.Height + 1)))
AuthoringOM\Design\FreeFormDesigner.cs (1)
1083
clipRegion = new
Region
(connectorContainer.Bounds);
AuthoringOM\Design\WorkflowPrinting.cs (1)
128
Region clipRegion = new
Region
(boundingRectangle);