23 writes to Right
PresentationFramework (10)
MS\Internal\Documents\FlowDocumentFormatter.cs (1)
235pageMargin.Right = lineHeight;
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
191pageMargin.Right += pageMarginAdjustment - (pageMarginAdjustment / 100.0);
MS\Internal\PtsHost\MbpInfo.cs (1)
73thickness.Right = temp;
MS\Internal\Text\TextDpi.cs (2)
165if (pageMargin.Left >= pageSize.Width) { pageMargin.Right = 0.0; } 168pageMargin.Right = Math.Max(0.0, pageSize.Width - pageMargin.Left - _minSize);
System\Windows\Documents\FlowDocument.cs (1)
1018pageMargin.Right = lineHeight;
System\Windows\Documents\TextRangeEditTables.cs (1)
1296border.Right = borderRight;
System\Windows\Shell\WindowChromeWorker.cs (3)
333templateFixupMargin.Right -= SystemParameters.WindowResizeBorderThickness.Right; 992deviceGlassThickness.Right -= windowResizeBorderThicknessDevice.Right; 993deviceGlassThickness.Right = Math.Max(0, deviceGlassThickness.Right);
PresentationFramework.Aero (2)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
261padding.Right = 15.0; 274padding.Right -= 1.0;
PresentationFramework.Aero2 (2)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
261padding.Right = 15.0; 274padding.Right -= 1.0;
PresentationFramework.AeroLite (2)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
261padding.Right = 15.0; 274padding.Right -= 1.0;
PresentationFramework.Classic (2)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
261padding.Right = 15.0; 274padding.Right -= 1.0;
PresentationFramework.Luna (2)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
261padding.Right = 15.0; 274padding.Right -= 1.0;
PresentationFramework.Royale (2)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
261padding.Right = 15.0; 274padding.Right -= 1.0;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (1)
127newPadding.Right += availableExtraWidth * 0.5;
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\Documents\FlowDocumentFormatter.cs (1)
233if (double.IsNaN(pageMargin.Right))
MS\Internal\PtsHost\FigureHelper.cs (1)
233double pageWidth = pageSize.Width - (pageMargin.Left + pageMargin.Right);
MS\Internal\PtsHost\FigureParagraph.cs (1)
594maxTotalWidth = StructuralCache.CurrentFormatContext.PageWidth - pageMargin.Left - pageMargin.Right;
MS\Internal\PtsHost\FlowDocumentPage.cs (6)
129!DoubleUtil.AreClose(_pageMargin.Right, pageMargin.Right)) 155pageSize.Width += pageMargin.Left + pageMargin.Right; 187double pageMarginAdjustment = PtsHelper.CalculatePageMarginAdjustment(_structuralCache, pageSize.Width - (pageMargin.Left + pageMargin.Right)); 197pageSize.Width - (pageMargin.Left + pageMargin.Right), 690size.Width += _pageMargin.Left + _pageMargin.Right;
MS\Internal\PtsHost\MbpInfo.cs (16)
72thickness.Left = thickness.Right; 140Double.IsNaN(mbp.Margin.Right) ? defaultMargin.Right : mbp.Margin.Right, 165Double.IsNaN(mbp.Padding.Right) ? defaultPadding.Right : mbp.Padding.Right, 182get { return TextDpi.ToTextDpi(_margin.Right) + TextDpi.ToTextDpi(_border.Right) + TextDpi.ToTextDpi(_padding.Right); } 214get { return TextDpi.ToTextDpi(_border.Right) + TextDpi.ToTextDpi(_padding.Right); } 246get { return TextDpi.ToTextDpi(_border.Right); } 278get { return TextDpi.ToTextDpi(_margin.Right); } 338Double.IsNaN(_padding.Right) || 353Double.IsNaN(_margin.Right) ||
MS\Internal\PtsHost\ParagraphVisual.cs (3)
110if (DoubleUtil.GreaterThanZero(_borderThickness.Right)) 115Thickness = _borderThickness.Right 159new Point(_renderBounds.Right - _borderThickness.Right, _renderBounds.Bottom - _borderThickness.Bottom)));
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\StructuralCache.cs (1)
765PageSize.Width - PageMargin.Left - PageMargin.Right,
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);
MS\Internal\PtsHost\TableParaClient.cs (3)
1983totalPadding = Table.InternalCellSpacing * Table.ColumnCount + mbpInfo.Margin.Left + mbpInfo.Border.Left + mbpInfo.Padding.Left + mbpInfo.Padding.Right + mbpInfo.Border.Right + mbpInfo.Margin.Right;
MS\Internal\Text\TextDpi.cs (2)
166if (pageMargin.Left + pageMargin.Right >= pageSize.Width) 169if (pageMargin.Left + pageMargin.Right >= pageSize.Width)
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\Controls\Control.cs (1)
377&& t.Right >= 0.0d
System\Windows\Controls\DataGridColumnFloatingHeader.cs (1)
168delta += margin.Right;
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
593Math.Max(ia.MediaSizeWidth - (ia.OriginWidth + ia.ExtentWidth), pagePadding.Right),
System\Windows\Controls\Primitives\TabPanel.cs (2)
206Width = Math.Max(0d, element.DesiredSize.Width - margin.Left - margin.Right) 260double rightOffset = margin.Right;
System\Windows\Controls\SinglePageViewer.cs (1)
705Math.Max(ia.MediaSizeWidth - (ia.OriginWidth + ia.ExtentWidth), pagePadding.Right),
System\Windows\Controls\TextBlock.cs (5)
1263Size contentSize = new Size(Math.Max(0.0, constraint.Width - (padding.Left + padding.Right)), 1335desiredSize.Width += (padding.Left + padding.Right); 1966Size contentSize = new Size(Math.Max(0.0, _referenceSize.Width - (padding.Left + padding.Right)), 3106Size contentSize = new Size(Math.Max(0.0, computedSize.Width - (padding.Left + padding.Right)), 3184double paddingWidth = Padding.Left + Padding.Right;
System\Windows\Controls\TextRangeAdaptor.cs (2)
252return padding.IsValid(true, false, false, false) ? NativeObjectLengthToPoints(padding.Right) : 0; 352return margin.IsValid(true, false, false, false) ? NativeObjectLengthToPoints(margin.Right) : 0;
System\Windows\Controls\ToolBar.cs (1)
549extraLength = Math.Max(0.0, desiredSize.Width - toolBarPanel.DesiredSize.Width + margin.Left + margin.Right);
System\Windows\Controls\VirtualizingStackPanel.cs (10)
5347cacheBeforeSize = Math.Max(0, cacheBeforeSize - inset.Right); 6495DoubleUtil.AreClose(oldInset.Right, inset.Right) && 6505AreInsetsClose(oldInset.Right, inset.Right))) 6607return DoubleUtil.GreaterThanOrClose(inset.Left - margin.Left, inset.Right - margin.Right); 7127Size backPixelSize = isHorizontal ? new Size(Math.Max(inset.Right,0), childDesiredSize.Height) 7647childPixelSize = new Size(inset.Left + itemDesiredSizes.PixelSize.Width + inset.Right, 12962writer.Write(thickness.Right);
System\Windows\Documents\Block.cs (4)
534if (Double.IsNaN(t.Left) || Double.IsNaN(t.Right) || Double.IsNaN(t.Top) || Double.IsNaN(t.Bottom)) 543if (!Double.IsNaN(t.Right) && (t.Right < 0 || t.Right > maxThickness))
System\Windows\Documents\FlowDocument.cs (1)
1016if (double.IsNaN(pageMargin.Right))
System\Windows\Documents\Paragraph.cs (1)
236return (Double.IsNaN(margin.Left) && Double.IsNaN(margin.Right) && Double.IsNaN(margin.Top) && Double.IsNaN(margin.Bottom));
System\windows\Documents\TextEditorTyping.cs (1)
796flowDirection == FlowDirection.RightToLeft && margin.Right > 0 ||
System\Windows\Documents\TextRange.cs (1)
1658((Thickness)value).Right, ((Thickness)value).Top, ((Thickness)value).Left, ((Thickness)value).Bottom);
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,
System\Windows\Documents\TextRangeEditTables.cs (1)
1294if (border.Right != borderRight || border.Bottom != borderBottom)
System\Windows\FrameworkElement.cs (3)
4315double marginWidth = margin.Left + margin.Right; 4565double marginWidth = margin.Left + margin.Right; 4924double marginWidth = margin.Left + margin.Right;
System\Windows\Input\KeyboardNavigation.cs (1)
2387double width = uiElement.RenderSize.Width + deflateThickness.Left + deflateThickness.Right;
System\Windows\Shell\WindowChromeWorker.cs (7)
333templateFixupMargin.Right -= SystemParameters.WindowResizeBorderThickness.Right; 429rcClientArea.Right -= (int)windowResizeBorderThicknessDevice.Right; 992deviceGlassThickness.Right -= windowResizeBorderThicknessDevice.Right; 993deviceGlassThickness.Right = Math.Max(0, deviceGlassThickness.Right); 1001cxRightWidth = (int)Math.Ceiling(deviceGlassThickness.Right), 1044else if (mousePosition.X < windowPosition.Right && mousePosition.X >= windowPosition.Right - _chromeInfo.ResizeBorderThickness.Right) 1085Point logicalBottomRight = new Point(logicalSize.Width - resizeBorderThickness.Right,
System\Windows\Standard\DpiHelper.cs (1)
76Point bottomRight = LogicalPixelsToDevice(new Point(logicalThickness.Right, logicalThickness.Bottom), dpiScaleX, dpiScaleY);
System\Windows\Standard\Utilities.cs (1)
264if (!IsDoubleFiniteAndNonNegative(thickness.Right))
System\Windows\Thickness.cs (8)
124&& DoubleUtil.IsZero(Right) 134&& DoubleUtil.AreClose(Left, Right) 152if(Left < 0d || Right < 0d || Top < 0d || Bottom < 0d) 158if(double.IsNaN(Left) || double.IsNaN(Right) || double.IsNaN(Top) || double.IsNaN(Bottom)) 164if(Double.IsPositiveInfinity(Left) || Double.IsPositiveInfinity(Right) || Double.IsPositiveInfinity(Top) || Double.IsPositiveInfinity(Bottom)) 172if(Double.IsNegativeInfinity(Left) || Double.IsNegativeInfinity(Right) || Double.IsNegativeInfinity(Top) || Double.IsNegativeInfinity(Bottom)) 192&& DoubleUtil.AreClose(Right, thickness.Right)
System\Windows\ThicknessConverter.cs (2)
132return new InstanceDescriptor(ci, new object[] { thickness.Left, thickness.Top, thickness.Right, thickness.Bottom }); 172LengthConverter.FormatLengthAsString(th.Right, ref handler);
System\Windows\Window.cs (2)
6679if (margin.Left + margin.Right >= logicalClientRc.Width 6689LogicalToDeviceUnits(new Point(logicalClientRc.Width - margin.Right, logicalClientRc.Height - margin.Bottom)));
PresentationFramework.Aero (9)
Microsoft\Windows\Themes\ListBoxChrome.cs (6)
209double borderX = border.Left + border.Right; 270double borderX = border.Left + border.Right; 308double borderX = border.Left + border.Right; 316bool isSimpleBorder = border.Left == 1.0 && border.Right == 1.0 && 493borderFigure.Segments.Add(new LineSegment(new Point(bounds.Right - thickness.Right, bounds.Bottom - thickness.Bottom), false)); 494borderFigure.Segments.Add(new LineSegment(new Point(bounds.Right - thickness.Right, bounds.Top + thickness.Top), false));
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (3)
193childWidth = Math.Max(0.0, childWidth - padding.Left - padding.Right); 205return new Size(desiredSize.Width + padding.Left + padding.Right, desiredSize.Height + padding.Top + padding.Bottom); 233double childWidth = Math.Max(0.0, arrangeSize.Width - padding.Left - padding.Right);
PresentationFramework.Aero2 (9)
Microsoft\Windows\Themes\ListBoxChrome.cs (6)
209double borderX = border.Left + border.Right; 270double borderX = border.Left + border.Right; 308double borderX = border.Left + border.Right; 316bool isSimpleBorder = border.Left == 1.0 && border.Right == 1.0 && 493borderFigure.Segments.Add(new LineSegment(new Point(bounds.Right - thickness.Right, bounds.Bottom - thickness.Bottom), false)); 494borderFigure.Segments.Add(new LineSegment(new Point(bounds.Right - thickness.Right, bounds.Top + thickness.Top), false));
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (3)
193childWidth = Math.Max(0.0, childWidth - padding.Left - padding.Right); 205return new Size(desiredSize.Width + padding.Left + padding.Right, desiredSize.Height + padding.Top + padding.Bottom); 233double childWidth = Math.Max(0.0, arrangeSize.Width - padding.Left - padding.Right);
PresentationFramework.AeroLite (3)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (3)
193childWidth = Math.Max(0.0, childWidth - padding.Left - padding.Right); 205return new Size(desiredSize.Width + padding.Left + padding.Right, desiredSize.Height + padding.Top + padding.Bottom); 233double childWidth = Math.Max(0.0, arrangeSize.Width - padding.Left - padding.Right);
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))
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (3)
193childWidth = Math.Max(0.0, childWidth - padding.Left - padding.Right); 205return new Size(desiredSize.Width + padding.Left + padding.Right, desiredSize.Height + padding.Top + padding.Bottom); 233double childWidth = Math.Max(0.0, arrangeSize.Width - padding.Left - padding.Right);
PresentationFramework.Luna (8)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
227double totalPadding = padding.Left + padding.Right;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (4)
186double borderX = isRound ? 2.0 : thickness.Left + thickness.Right; 201bool isUnitThickness = thickness.Left == 1.0 && thickness.Right == 1.0 && 213Math.Max(0, bounds.Width - thickness.Left - thickness.Right), 455Math.Max(0.0, rt.Width - thick.Left - thick.Right),
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (3)
193childWidth = Math.Max(0.0, childWidth - padding.Left - padding.Right); 205return new Size(desiredSize.Width + padding.Left + padding.Right, desiredSize.Height + padding.Top + padding.Bottom); 233double childWidth = Math.Max(0.0, arrangeSize.Width - padding.Left - padding.Right);
PresentationFramework.Royale (8)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
209double totalPadding = padding.Left + padding.Right;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (4)
186double borderX = isRound ? 2.0 : thickness.Left + thickness.Right; 201bool isUnitThickness = thickness.Left == 1.0 && thickness.Right == 1.0 && 213Math.Max(0, bounds.Width - thickness.Left - thickness.Right), 455Math.Max(0.0, rt.Width - thick.Left - thick.Right),
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (3)
193childWidth = Math.Max(0.0, childWidth - padding.Left - padding.Right); 205return new Size(desiredSize.Width + padding.Left + padding.Right, desiredSize.Height + padding.Top + padding.Bottom); 233double childWidth = Math.Max(0.0, arrangeSize.Width - padding.Left - padding.Right);
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (3)
391double tabHeaderPadding = ribbonTabHeader.DefaultPadding.Left + ribbonTabHeader.DefaultPadding.Right; 445double rightPadding = Math.Max(0, ribbonTabHeader.DefaultPadding.Right - (isContextualTab ? reducePaddingContextualTabHeader : reducePaddingRegularTabHeader)); 503elementSize = elementSize - tabHeader.DefaultPadding.Left - tabHeader.DefaultPadding.Right;
Microsoft\Windows\Controls\Ribbon\RibbonDropDownHelper.cs (1)
222minSize.Width = popupChild.MinWidth - (borderThickness.Left + borderThickness.Right);
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1347popupChildMargin = (FlowDirection == FlowDirection.LeftToRight) ? popupChild.Margin.Left : popupChild.Margin.Right ;
Microsoft\Windows\Controls\Ribbon\RibbonSplitButton.cs (2)
438PartToggleButton.BorderThickness = new Thickness(BorderThickness.Left, 0.0, BorderThickness.Right, BorderThickness.Bottom); 451PartToggleButton.BorderThickness = new Thickness(0.0, BorderThickness.Top, BorderThickness.Right, BorderThickness.Bottom);
Microsoft\Windows\Controls\Ribbon\RibbonSplitMenuItem.cs (1)
303_highlightRightBorder.BorderThickness = new Thickness(0.0, BorderThickness.Top, BorderThickness.Right, BorderThickness.Bottom);
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (2)
298Point rightBottom = new Point(ActualWidth - margin.Right - borderThickness.Right, ActualHeight);
WindowsFormsIntegration (1)
System\Windows\Integration\Convert.cs (1)
302ToBoundedInt(thickness.Right),