System\Windows\Controls\Border.cs (11)
216UIElement.RoundLayoutValue(borders.Right, dpi.DpiScaleX), UIElement.RoundLayoutValue(borders.Bottom, dpi.DpiScaleY));
263UIElement.RoundLayoutValue(borders.Right, dpi.DpiScaleX), UIElement.RoundLayoutValue(borders.Bottom, dpi.DpiScaleY));
532if (DoubleUtil.GreaterThanZero(border.Bottom))
543pen.Thickness = UIElement.RoundLayoutValue(border.Bottom, dpi.DpiScaleY);
547pen.Thickness = border.Bottom;
581UIElement.RoundLayoutValue(RenderSize.Height - border.Bottom, dpi.DpiScaleY));
586RenderSize.Height - UIElement.RoundLayoutValue(border.Bottom, dpi.DpiScaleY));
592ptBR = new Point(RenderSize.Width - border.Right, RenderSize.Height - border.Bottom);
626return new Size(th.Left + th.Right, th.Top + th.Bottom);
643Math.Max(0.0, rt.Height - thick.Top - thick.Bottom));
943double bottom = 0.5 * borders.Bottom;