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