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));
533if (DoubleUtil.GreaterThanZero(border.Bottom))
544pen.Thickness = UIElement.RoundLayoutValue(border.Bottom, dpi.DpiScaleY);
548pen.Thickness = border.Bottom;
582UIElement.RoundLayoutValue(RenderSize.Height - border.Bottom, dpi.DpiScaleY));
587RenderSize.Height - UIElement.RoundLayoutValue(border.Bottom, dpi.DpiScaleY));
593ptBR = new Point(RenderSize.Width - border.Right, RenderSize.Height - border.Bottom);
627return new Size(th.Left + th.Right, th.Top + th.Bottom);
644Math.Max(0.0, rt.Height - thick.Top - thick.Bottom));
944double bottom = 0.5 * borders.Bottom;