10 writes to BoundingRectangle
System.Web.DataVisualization (10)
Common\General\Selection.cs (10)
549 region.BoundingRectangle = rectSize; 634 region.BoundingRectangle = path.GetBounds(); 717 region.BoundingRectangle = path.GetBounds(); 783 region.BoundingRectangle = path.GetBounds(); 864 region.BoundingRectangle = path.GetBounds(); 934 region.BoundingRectangle = rectArea; 1006 region.BoundingRectangle = rectArea; 1076 region.BoundingRectangle = path.GetBounds(); 1110 region.BoundingRectangle = rectArea; 1148 region.BoundingRectangle = path.GetBounds();
2 references to BoundingRectangle
System.Web.DataVisualization (2)
Common\General\Selection.cs (2)
2084if (region.BoundingRectangle.IntersectsWith(newMouseRect)) 3334rect = rgn.BoundingRectangle;