23 writes to Right
PresentationFramework (10)
PresentationFramework.Aero (2)
PresentationFramework.Aero2 (2)
PresentationFramework.AeroLite (2)
PresentationFramework.Classic (2)
PresentationFramework.Luna (2)
PresentationFramework.Royale (2)
System.Windows.Controls.Ribbon (1)
204 references to Right
PresentationFramework (130)
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),
MS\Internal\PtsHost\Section.cs (3)
118fsrcMargin.du = durPage - TextDpi.ToTextDpi(pageMargin.Left + pageMargin.Right);
224ccol = PtsHelper.CalculateColumnCount(columnProperties, lineHeight, pageSize.Width - (pageMargin.Left + pageMargin.Right), pageFontSize, pageFontFamily, enableColumns);
364PtsHelper.GetColumnsInfo(columnProperties, lineHeight, pageSize.Width - (pageMargin.Left + pageMargin.Right), pageFontSize, pageFontFamily, ncol, pfscolinfo, enableColumns);
MS\Internal\PtsHost\SubpageParaClient.cs (4)
80mbp.Border = new Thickness(mbp.Border.Left, 0.0, mbp.Border.Right, mbp.Border.Bottom);
81mbp.Padding = new Thickness(mbp.Padding.Left, 0.0, mbp.Padding.Right, mbp.Padding.Bottom);
86mbp.Border = new Thickness(mbp.Border.Left, mbp.Border.Top, mbp.Border.Right, 0.0);
87mbp.Padding = new Thickness(mbp.Padding.Left, mbp.Padding.Top, mbp.Padding.Right, 0.0);
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));
466if (DoubleUtil.GreaterThanZero(border.Right))
478pen.Thickness = UIElement.RoundLayoutValue(border.Right, dpi.DpiScaleX);
482pen.Thickness = border.Right;
581ptBR = new Point(UIElement.RoundLayoutValue(RenderSize.Width - border.Right, dpi.DpiScaleX),
586ptBR = new Point(RenderSize.Width - UIElement.RoundLayoutValue(border.Right, dpi.DpiScaleX),
593ptBR = new Point(RenderSize.Width - border.Right, RenderSize.Height - border.Bottom);
627return new Size(th.Left + th.Right, th.Top + th.Bottom);
643Math.Max(0.0, rt.Width - thick.Left - thick.Right),
943double right = 0.5 * borders.Right;
System\Windows\Documents\TextRangeEdit.cs (9)
1076leftMargin = newThickness.Right < 0
1078: GetNewDoubleValue(null, currentThickness.Left, newThickness.Right, propertyValueAction);
1081? currentThickness.Right
1082: GetNewDoubleValue(null, currentThickness.Right, newThickness.Left, propertyValueAction);
1090rightMargin = newThickness.Right < 0
1091? currentThickness.Right
1092: GetNewDoubleValue(null, currentThickness.Right, newThickness.Right, propertyValueAction);
1234/*left*/((Thickness)value).Right,
PresentationFramework.Aero (9)
PresentationFramework.Aero2 (9)
PresentationFramework.AeroLite (3)
PresentationFramework.Classic (26)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (23)
571thickness.Right >= 0 && !double.IsPositiveInfinity(thickness.Right) &&
594return new Size(th.Left + th.Right, th.Top + th.Bottom);
602Math.Max(0.0, rt.Width - thick.Left - thick.Right),
712double borderWidth = border.Left + border.Right;
743return new Thickness(t.Left * s, t.Top * s, t.Right * s, t.Bottom * s);
842xLines = GetPixelSnappingGuidelines(width, singleThickness.Left, singleThickness.Right, (int)classicThickness);
964if (borderThickness.Right > 0.0)
966dc.DrawRectangle(borderBrush, null, new Rect(bounds.Right - borderThickness.Right, bounds.Top, borderThickness.Right, bounds.Height));
986DrawBorder(shadow, new Thickness(0, 0, singleThickness.Right, singleThickness.Bottom), dc, ref bounds);
995if (bounds.Width < 2.0 * (singleThickness.Left + singleThickness.Right) || bounds.Height < 2.0 * (singleThickness.Top + singleThickness.Bottom))
1005if (bounds.Width < (singleThickness.Left + singleThickness.Right) || bounds.Height < (singleThickness.Top + singleThickness.Bottom))
1014if (bounds.Width < 2.0 * (singleThickness.Left + singleThickness.Right) || bounds.Height < 2.0 * (singleThickness.Top + singleThickness.Bottom))
1024if (bounds.Width < 2.0 * (singleThickness.Left + singleThickness.Right) || bounds.Height < 2.0 * (singleThickness.Top + singleThickness.Bottom))
1048if (bounds.Width < singleThickness.Left + singleThickness.Right)
1052dc.DrawRectangle(LightLightBrush, null, new Rect(bounds.Right - singleThickness.Right, bounds.Top, singleThickness.Right, bounds.Height));
1055bounds.Width -= singleThickness.Left + singleThickness.Right;
1300if (bounds.Width < (singleThickness.Left + singleThickness.Right) || bounds.Height < (singleThickness.Top + singleThickness.Bottom))
1308if (bounds.Width < (singleThickness.Left + singleThickness.Right) || bounds.Height < (singleThickness.Top + singleThickness.Bottom))
1316if (bounds.Width < 2.0 * (singleThickness.Left + singleThickness.Right) || bounds.Height < 2.0 * (singleThickness.Top + singleThickness.Bottom))
1325if (bounds.Width < (singleThickness.Left + singleThickness.Right) || bounds.Height < (singleThickness.Top + singleThickness.Bottom))
PresentationFramework.Luna (8)
PresentationFramework.Royale (8)
System.Windows.Controls.Ribbon (10)
WindowsFormsIntegration (1)