src\Framework\MS\Internal\AnimatedTypeHelpers.cs (11)
40InterpolateDouble(from.Right, to.Right, progress),
58AddDouble(value1.Right, value2.Right),
71value1.Right - value2.Right,
89+ Math.Pow(GetSegmentLengthDouble(from.Right, to.Right), 2.0)
109ScaleDouble(value.Right, factor),
132|| IsValidAnimationValueDouble(value.Right)
155GetZeroValueDouble(baseValue.Right),
src\Framework\MS\Internal\PtsHost\Section.cs (3)
124fsrcMargin.du = durPage - TextDpi.ToTextDpi(pageMargin.Left + pageMargin.Right);
235ccol = PtsHelper.CalculateColumnCount(columnProperties, lineHeight, pageSize.Width - (pageMargin.Left + pageMargin.Right), pageFontSize, pageFontFamily, enableColumns);
381PtsHelper.GetColumnsInfo(columnProperties, lineHeight, pageSize.Width - (pageMargin.Left + pageMargin.Right), pageFontSize, pageFontFamily, ncol, pfscolinfo, enableColumns);
src\Framework\MS\Internal\PtsHost\SubpageParaClient.cs (4)
104mbp.Border = new Thickness(mbp.Border.Left, 0.0, mbp.Border.Right, mbp.Border.Bottom);
105mbp.Padding = new Thickness(mbp.Padding.Left, 0.0, mbp.Padding.Right, mbp.Padding.Bottom);
110mbp.Border = new Thickness(mbp.Border.Left, mbp.Border.Top, mbp.Border.Right, 0.0);
111mbp.Padding = new Thickness(mbp.Padding.Left, mbp.Padding.Top, mbp.Padding.Right, 0.0);
src\Framework\System\Windows\Controls\Border.cs (11)
228UIElement.RoundLayoutValue(borders.Right, dpi.DpiScaleX), UIElement.RoundLayoutValue(borders.Bottom, dpi.DpiScaleY));
275UIElement.RoundLayoutValue(borders.Right, dpi.DpiScaleX), UIElement.RoundLayoutValue(borders.Bottom, dpi.DpiScaleY));
476if (DoubleUtil.GreaterThan(border.Right, 0))
486pen.Thickness = UIElement.RoundLayoutValue(border.Right, dpi.DpiScaleX);
490pen.Thickness = border.Right;
586ptBR = new Point(UIElement.RoundLayoutValue(RenderSize.Width - border.Right, dpi.DpiScaleX),
591ptBR = new Point(RenderSize.Width - UIElement.RoundLayoutValue(border.Right, dpi.DpiScaleX),
598ptBR = new Point(RenderSize.Width - border.Right, RenderSize.Height - border.Bottom);
632return new Size(th.Left + th.Right, th.Top + th.Bottom);
648Math.Max(0.0, rt.Width - thick.Left - thick.Right),
948double right = 0.5 * borders.Right;
src\Framework\System\Windows\Documents\TextRangeEdit.cs (9)
1080leftMargin = newThickness.Right < 0
1082: GetNewDoubleValue(null, currentThickness.Left, newThickness.Right, propertyValueAction);
1085? currentThickness.Right
1086: GetNewDoubleValue(null, currentThickness.Right, newThickness.Left, propertyValueAction);
1094rightMargin = newThickness.Right < 0
1095? currentThickness.Right
1096: GetNewDoubleValue(null, currentThickness.Right, newThickness.Right, propertyValueAction);
1238/*left*/((Thickness)value).Right,