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)
43InterpolateDouble(from.Right, to.Right, progress),
61AddDouble(value1.Right, value2.Right),
74value1.Right - value2.Right,
92+ Math.Pow(GetSegmentLengthDouble(from.Right, to.Right), 2.0)
112ScaleDouble(value.Right, factor),
135|| IsValidAnimationValueDouble(value.Right)
158GetZeroValueDouble(baseValue.Right),
MS\Internal\PtsHost\Section.cs (3)
120fsrcMargin.du = durPage - TextDpi.ToTextDpi(pageMargin.Left + pageMargin.Right);
226ccol = PtsHelper.CalculateColumnCount(columnProperties, lineHeight, pageSize.Width - (pageMargin.Left + pageMargin.Right), pageFontSize, pageFontFamily, enableColumns);
366PtsHelper.GetColumnsInfo(columnProperties, lineHeight, pageSize.Width - (pageMargin.Left + pageMargin.Right), pageFontSize, pageFontFamily, ncol, pfscolinfo, enableColumns);
MS\Internal\PtsHost\SubpageParaClient.cs (4)
85mbp.Border = new Thickness(mbp.Border.Left, 0.0, mbp.Border.Right, mbp.Border.Bottom);
86mbp.Padding = new Thickness(mbp.Padding.Left, 0.0, mbp.Padding.Right, mbp.Padding.Bottom);
91mbp.Border = new Thickness(mbp.Border.Left, mbp.Border.Top, mbp.Border.Right, 0.0);
92mbp.Padding = new Thickness(mbp.Padding.Left, mbp.Padding.Top, mbp.Padding.Right, 0.0);
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));
468if (DoubleUtil.GreaterThanZero(border.Right))
478pen.Thickness = UIElement.RoundLayoutValue(border.Right, dpi.DpiScaleX);
482pen.Thickness = border.Right;
577ptBR = new Point(UIElement.RoundLayoutValue(RenderSize.Width - border.Right, dpi.DpiScaleX),
582ptBR = new Point(RenderSize.Width - UIElement.RoundLayoutValue(border.Right, dpi.DpiScaleX),
589ptBR = new Point(RenderSize.Width - border.Right, RenderSize.Height - border.Bottom);
623return new Size(th.Left + th.Right, th.Top + th.Bottom);
639Math.Max(0.0, rt.Width - thick.Left - thick.Right),
939double right = 0.5 * borders.Right;
System\Windows\Documents\TextRangeEdit.cs (9)
1078leftMargin = newThickness.Right < 0
1080: GetNewDoubleValue(null, currentThickness.Left, newThickness.Right, propertyValueAction);
1083? currentThickness.Right
1084: GetNewDoubleValue(null, currentThickness.Right, newThickness.Left, propertyValueAction);
1092rightMargin = newThickness.Right < 0
1093? currentThickness.Right
1094: GetNewDoubleValue(null, currentThickness.Right, newThickness.Right, propertyValueAction);
1236/*left*/((Thickness)value).Right,
PresentationFramework.Aero (9)
PresentationFramework.Aero2 (9)
PresentationFramework.AeroLite (3)
PresentationFramework.Classic (26)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (23)
572thickness.Right >= 0 && !double.IsPositiveInfinity(thickness.Right) &&
595return new Size(th.Left + th.Right, th.Top + th.Bottom);
603Math.Max(0.0, rt.Width - thick.Left - thick.Right),
713double borderWidth = border.Left + border.Right;
744return new Thickness(t.Left * s, t.Top * s, t.Right * s, t.Bottom * s);
843xLines = GetPixelSnappingGuidelines(width, singleThickness.Left, singleThickness.Right, (int)classicThickness);
963if (borderThickness.Right > 0.0)
965dc.DrawRectangle(borderBrush, null, new Rect(bounds.Right - borderThickness.Right, bounds.Top, borderThickness.Right, bounds.Height));
985DrawBorder(shadow, new Thickness(0, 0, singleThickness.Right, singleThickness.Bottom), dc, ref bounds);
994if (bounds.Width < 2.0 * (singleThickness.Left + singleThickness.Right) || bounds.Height < 2.0 * (singleThickness.Top + singleThickness.Bottom))
1004if (bounds.Width < (singleThickness.Left + singleThickness.Right) || bounds.Height < (singleThickness.Top + singleThickness.Bottom))
1013if (bounds.Width < 2.0 * (singleThickness.Left + singleThickness.Right) || bounds.Height < 2.0 * (singleThickness.Top + singleThickness.Bottom))
1023if (bounds.Width < 2.0 * (singleThickness.Left + singleThickness.Right) || bounds.Height < 2.0 * (singleThickness.Top + singleThickness.Bottom))
1047if (bounds.Width < singleThickness.Left + singleThickness.Right)
1051dc.DrawRectangle(LightLightBrush, null, new Rect(bounds.Right - singleThickness.Right, bounds.Top, singleThickness.Right, bounds.Height));
1054bounds.Width -= singleThickness.Left + singleThickness.Right;
1295if (bounds.Width < (singleThickness.Left + singleThickness.Right) || bounds.Height < (singleThickness.Top + singleThickness.Bottom))
1303if (bounds.Width < (singleThickness.Left + singleThickness.Right) || bounds.Height < (singleThickness.Top + singleThickness.Bottom))
1311if (bounds.Width < 2.0 * (singleThickness.Left + singleThickness.Right) || bounds.Height < 2.0 * (singleThickness.Top + singleThickness.Bottom))
1320if (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)