17 references to Region
System.Web.DataVisualization (7)
Common\Borders3D\EmbedBorder.cs (2)
1027
innerShadowRegion = new
Region
(
1057
innerShadowRegion = new
Region
(
Common\Borders3D\EmbossBorder.cs (1)
246
Region innerShadowRegion = new
Region
(
Common\ChartTypes\AreaChart.cs (1)
355
Region shadowRegion = new
Region
(path);
Common\ChartTypes\RangeChart.cs (1)
518
Region shadowRegion = new
Region
(path);
Common\General\Axis.cs (1)
2065
graph.Clip = new
Region
(graph.GetPolygonCirclePath(rect, ChartArea.CircularSectorsNumber));
Common\General\ChartGraphics.cs (1)
4566
this.Clip = new
Region
(path);
System.Windows.Forms.DataVisualization (5)
Common\Borders3D\EmbossBorder.cs (1)
246
Region innerShadowRegion = new
Region
(
Common\ChartTypes\AreaChart.cs (1)
355
Region shadowRegion = new
Region
(path);
Common\ChartTypes\RangeChart.cs (1)
518
Region shadowRegion = new
Region
(path);
Common\General\Axis.cs (1)
2065
graph.Clip = new
Region
(graph.GetPolygonCirclePath(rect, ChartArea.CircularSectorsNumber));
Common\General\ChartGraphics.cs (1)
4566
this.Clip = new
Region
(path);
System.Workflow.ComponentModel (5)
AuthoringOM\Design\ActivityDesigner.cs (1)
2972
using (Region clipRegion = new
Region
(graphicsPath))
AuthoringOM\Design\DesignerHelpers.cs (1)
460
using (Region clipRegion = new
Region
(excludePath))
AuthoringOM\Design\DesignerWidgets.cs (1)
1325
base.Region = new
Region
(graphicsPath);
AuthoringOM\Design\MessageFilters\FreeFormDragDropManager.cs (1)
158
using (Region clipRegion = new
Region
(ActivityDesignerPaint.GetDesignerPath(ParentView.RootDesigner, false)))
AuthoringOM\Design\WorkflowLayouts.cs (1)
169
using (Region clipRegion = new
Region
(ActivityDesignerPaint.GetDesignerPath(this.parentView.RootDesigner, false)))