System\Windows\Controls\Border.cs (11)
221UIElement.RoundLayoutValue(borders.Right, dpi.DpiScaleX), UIElement.RoundLayoutValue(borders.Bottom, dpi.DpiScaleY));
268UIElement.RoundLayoutValue(borders.Right, dpi.DpiScaleX), UIElement.RoundLayoutValue(borders.Bottom, dpi.DpiScaleY));
531if (DoubleUtil.GreaterThanZero(border.Bottom))
540pen.Thickness = UIElement.RoundLayoutValue(border.Bottom, dpi.DpiScaleY);
544pen.Thickness = border.Bottom;
578UIElement.RoundLayoutValue(RenderSize.Height - border.Bottom, dpi.DpiScaleY));
583RenderSize.Height - UIElement.RoundLayoutValue(border.Bottom, dpi.DpiScaleY));
589ptBR = new Point(RenderSize.Width - border.Right, RenderSize.Height - border.Bottom);
623return new Size(th.Left + th.Right, th.Top + th.Bottom);
640Math.Max(0.0, rt.Height - thick.Top - thick.Bottom));
940double bottom = 0.5 * borders.Bottom;