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