4 references to GetBounds
System.Web.DataVisualization (1)
Common\General\ChartGraphics.cs (1)
2071RectangleF truncateRect = region.GetBounds(Graphics);
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (1)
7242bounds = Rectangle.Ceiling(region.GetBounds(graphics));
winforms\Managed\System\WinForms\LinkLabel.cs (1)
2737rect = Rectangle.Ceiling(region.GetBounds(g));
System.Windows.Forms.DataVisualization (1)
Common\General\ChartGraphics.cs (1)
2071RectangleF truncateRect = region.GetBounds(Graphics);