System\Windows\Controls\Border.cs (11)
217UIElement.RoundLayoutValue(borders.Right, dpi.DpiScaleX), UIElement.RoundLayoutValue(borders.Bottom, dpi.DpiScaleY));
264UIElement.RoundLayoutValue(borders.Right, dpi.DpiScaleX), UIElement.RoundLayoutValue(borders.Bottom, dpi.DpiScaleY));
527if (DoubleUtil.GreaterThanZero(border.Bottom))
536pen.Thickness = UIElement.RoundLayoutValue(border.Bottom, dpi.DpiScaleY);
540pen.Thickness = border.Bottom;
574UIElement.RoundLayoutValue(RenderSize.Height - border.Bottom, dpi.DpiScaleY));
579RenderSize.Height - UIElement.RoundLayoutValue(border.Bottom, dpi.DpiScaleY));
585ptBR = new Point(RenderSize.Width - border.Right, RenderSize.Height - border.Bottom);
619return new Size(th.Left + th.Right, th.Top + th.Bottom);
636Math.Max(0.0, rt.Height - thick.Top - thick.Bottom));
936double bottom = 0.5 * borders.Bottom;