4 references to Ceiling
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (1)
7242
bounds = Rectangle.
Ceiling
(region.GetBounds(graphics));
winforms\Managed\System\WinForms\LinkLabel.cs (3)
1458
focusRect = Rectangle.
Ceiling
(finalrect);
1465
ControlPaint.DrawFocusRectangle(g, Rectangle.
Ceiling
(rect), ForeColor, BackColor);
2737
rect = Rectangle.
Ceiling
(region.GetBounds(g));