18 writes to Top
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
QuickInfo\OnTheFlyDocsView.xaml.cs (1)
90new SmoothProgressBar { IsIndeterminate = true, Height = 2, Margin = new Thickness { Top = 2 } },
PresentationFramework (9)
MS\Internal\Documents\FlowDocumentFormatter.cs (1)
231pageMargin.Top = lineHeight;
MS\Internal\Helper.cs (1)
1180itemsCorrectionFactor.Top = itemsRect.Top;
MS\Internal\PtsHost\ParagraphVisual.cs (1)
73_borderThickness.Top = 0.0;
MS\Internal\Text\TextDpi.cs (1)
180pageMargin.Top = pageSize.Height - _minSize;
System\Windows\Controls\VirtualizingStackPanel.cs (1)
6431inset.Top = headerDesiredSizes.PixelSize.Height + margin.Top;
System\Windows\Documents\FlowDocument.cs (1)
1014pageMargin.Top = lineHeight;
System\Windows\Shell\WindowChromeWorker.cs (3)
309templateFixupMargin.Top -= SystemParameters.WindowResizeBorderThickness.Top; 977deviceGlassThickness.Top -= windowResizeBorderThicknessDevice.Top; 978deviceGlassThickness.Top = Math.Max(0, deviceGlassThickness.Top);
PresentationFramework.Aero (2)
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
278border.Top += 1.0;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
273padding.Top += 1.0;
PresentationFramework.Aero2 (2)
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
278border.Top += 1.0;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
273padding.Top += 1.0;
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
273padding.Top += 1.0;
PresentationFramework.Classic (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
273padding.Top += 1.0;
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
273padding.Top += 1.0;
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
273padding.Top += 1.0;
225 references to Top
PresentationFramework (138)
MS\Internal\AnimatedTypeHelpers.cs (11)
39InterpolateDouble(from.Top, to.Top, progress), 57AddDouble(value1.Top, value2.Top), 70value1.Top - value2.Top, 88+ Math.Pow(GetSegmentLengthDouble(from.Top, to.Top), 2.0) 108ScaleDouble(value.Top, factor), 131|| IsValidAnimationValueDouble(value.Top) 154GetZeroValueDouble(baseValue.Top),
MS\Internal\Documents\FlowDocumentFormatter.cs (1)
229if (double.IsNaN(pageMargin.Top))
MS\Internal\Helper.cs (3)
1072headerSize.Height = Math.Max(itemsCorrectionFactor.Top, headerSize.Height); 1202if (!(DoubleUtil.AreClose(itemsCorrectionFactor.Top, oldItemsCorrectionFactor.Top) &&
MS\Internal\Ink\InkCanvasSelection.cs (2)
468InkCanvas.SetTop(updatedElement, newPosition.Y - thickness.Top); // Top wasn't auto 476InkCanvas.SetTop(updatedElement, newPosition.Y - thickness.Top); // Both Top and Bottom were aut. Modify Left by default.
MS\Internal\PtsHost\FigureHelper.cs (2)
137value = (structuralCache.CurrentFormatContext.PageHeight - pageMargin.Top - pageMargin.Bottom) * figureLength.Value; 180value = Math.Max(1, Math.Min(value, structuralCache.CurrentFormatContext.PageHeight - pageMargin.Top - pageMargin.Bottom));
MS\Internal\PtsHost\FigureParagraph.cs (1)
632maxTotalHeight = StructuralCache.CurrentFormatContext.PageHeight - pageMargin.Top - pageMargin.Bottom;
MS\Internal\PtsHost\FlowDocumentPage.cs (5)
156pageSize.Height += pageMargin.Top + pageMargin.Bottom; 158SetContentBox(new Rect(pageMargin.Left, pageMargin.Top, _ptsPage.CalculatedSize.Width, _ptsPage.CalculatedSize.Height)); 196SetContentBox(new Rect(pageMargin.Left, pageMargin.Top, 198pageSize.Height - (pageMargin.Top + pageMargin.Bottom))); 691size.Height += _pageMargin.Top + _pageMargin.Bottom;
MS\Internal\PtsHost\MarginCollapsingState.cs (1)
57else if (mcsCurrent == null && DoubleUtil.IsZero(mbp.Margin.Top))
MS\Internal\PtsHost\MbpInfo.cs (15)
139Double.IsNaN(mbp.Margin.Top) ? defaultMargin.Top : mbp.Margin.Top, 164Double.IsNaN(mbp.Padding.Top) ? defaultPadding.Top : mbp.Padding.Top, 190get { return TextDpi.ToTextDpi(_margin.Top) + TextDpi.ToTextDpi(_border.Top) + TextDpi.ToTextDpi(_padding.Top); } 222get { return TextDpi.ToTextDpi(_border.Top) + TextDpi.ToTextDpi(_padding.Top); } 254get { return TextDpi.ToTextDpi(_border.Top); } 286get { return TextDpi.ToTextDpi(_margin.Top); } 339Double.IsNaN(_padding.Top) || 354Double.IsNaN(_margin.Top) ||
MS\Internal\PtsHost\ParagraphVisual.cs (3)
123if (DoubleUtil.GreaterThanZero(_borderThickness.Top)) 128Thickness = _borderThickness.Top 158new Point(_renderBounds.Left + _borderThickness.Left, _renderBounds.Top + _borderThickness.Top),
MS\Internal\PtsHost\Section.cs (2)
117fsrcMargin.v = TextDpi.ToTextDpi(pageMargin.Top); 119fsrcMargin.dv = dvrPage - TextDpi.ToTextDpi(pageMargin.Top + pageMargin.Bottom);
MS\Internal\PtsHost\StructuralCache.cs (2)
764internal PTS.FSRECT PageMarginRect { get { return new PTS.FSRECT(new Rect(PageMargin.Left, PageMargin.Top, 766PageSize.Height - PageMargin.Top - PageMargin.Bottom)); } }
MS\Internal\PtsHost\SubpageParaClient.cs (2)
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\UIElementParagraph.cs (1)
433elementHeight = StructuralCache.CurrentFormatContext.DocumentPageSize.Height - pageMargin.Top - pageMargin.Bottom - TextDpi.FromTextDpi(mbp.MBPTop + mbp.MBPBottom);
MS\Internal\Text\TextDpi.cs (4)
174if (pageMargin.Top >= pageSize.Height) { pageMargin.Bottom = 0.0; } 175if (pageMargin.Top + pageMargin.Bottom >= pageSize.Height) 177pageMargin.Bottom = Math.Max(0.0, pageSize.Height - pageMargin.Top - _minSize);; 178if (pageMargin.Top + pageMargin.Bottom >= pageSize.Height)
System\Windows\Controls\Border.cs (11)
216borders = new Thickness(UIElement.RoundLayoutValue(borders.Left, dpi.DpiScaleX), UIElement.RoundLayoutValue(borders.Top, dpi.DpiScaleY), 263borders = new Thickness(UIElement.RoundLayoutValue(borders.Left, dpi.DpiScaleX), UIElement.RoundLayoutValue(borders.Top, dpi.DpiScaleY), 500if (DoubleUtil.GreaterThanZero(border.Top)) 511pen.Thickness = UIElement.RoundLayoutValue(border.Top, dpi.DpiScaleY); 515pen.Thickness = border.Top; 577UIElement.RoundLayoutValue(border.Top, dpi.DpiScaleY)); 592ptTL = new Point(border.Left, border.Top); 627return new Size(th.Left + th.Right, th.Top + th.Bottom); 642rt.Top + thick.Top, 644Math.Max(0.0, rt.Height - thick.Top - thick.Bottom)); 942double top = 0.5 * borders.Top;
System\Windows\Controls\Control.cs (1)
378&& t.Top >= 0.0d
System\Windows\Controls\DataGridColumnFloatingHeader.cs (1)
180delta += margin.Top;
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
592Math.Max(ia.OriginHeight, pagePadding.Top),
System\Windows\Controls\Primitives\TabPanel.cs (2)
205Height = Math.Max(0d, element.DesiredSize.Height - margin.Top - margin.Bottom), 261double topOffset = margin.Top;
System\Windows\Controls\SinglePageViewer.cs (1)
704Math.Max(ia.OriginHeight, pagePadding.Top),
System\Windows\Controls\TextBlock.cs (5)
1264Math.Max(0.0, constraint.Height - (padding.Top + padding.Bottom))); 1336desiredSize.Height += (padding.Top + padding.Bottom); 1967Math.Max(0.0, _referenceSize.Height - (padding.Top + padding.Bottom))); 3107Math.Max(0.0, computedSize.Height - (padding.Top + padding.Bottom))); 3123contentOffset.Y += padding.Top;
System\Windows\Controls\TextRangeAdaptor.cs (1)
341return margin.IsValid(true, false, false, false) ? NativeObjectLengthToPoints(margin.Top) : 0;
System\Windows\Controls\ToolBar.cs (1)
553extraLength = Math.Max(0.0, desiredSize.Height - toolBarPanel.DesiredSize.Height + margin.Top + margin.Bottom);
System\Windows\Controls\VirtualizingStackPanel.cs (18)
3004_pixelDistanceToViewport += (isHorizontal ? inset.Left : inset.Top); 5296viewport.Y -= IsPixelBased ? inset.Top : isHeaderBeforeItems ? 1 : 0; 5464if (DoubleUtil.GreaterThanOrClose(viewport.Height, inset.Top)) 5469viewport.Height = Math.Max(0, viewport.Height - inset.Top); 5480cacheAfterSize = Math.Max(0, cacheAfterSize - (inset.Top - viewport.Height)); 5497cacheAfterSize = Math.Max(0, cacheAfterSize - inset.Top); 6431inset.Top = headerDesiredSizes.PixelSize.Height + margin.Top; 6464childRect.Offset(-margin.Left, -margin.Top); 6494DoubleUtil.AreClose(oldInset.Top, inset.Top ) && 6506|| (!isHorizontal && !(AreInsetsClose(oldInset.Top, inset.Top) && 6611return DoubleUtil.GreaterThanOrClose(inset.Top - margin.Top, inset.Bottom - margin.Bottom); 7114: new Size(childDesiredSize.Width, Math.Max(inset.Top, 0)); 7648inset.Top + itemDesiredSizes.PixelSize.Height + inset.Bottom); 11077offset += (isHorizontal ? inset.Left : inset.Top); 12961writer.Write(thickness.Top);
System\Windows\Documents\Block.cs (4)
534if (Double.IsNaN(t.Left) || Double.IsNaN(t.Right) || Double.IsNaN(t.Top) || Double.IsNaN(t.Bottom)) 547if (!Double.IsNaN(t.Top) && (t.Top < 0 || t.Top > maxThickness))
System\Windows\Documents\FlowDocument.cs (1)
1012if (double.IsNaN(pageMargin.Top))
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\TextRange.cs (1)
1658((Thickness)value).Right, ((Thickness)value).Top, ((Thickness)value).Left, ((Thickness)value).Bottom);
System\Windows\Documents\TextRangeEdit.cs (5)
1060double topMargin = newThickness.Top < 0 1061? currentThickness.Top 1062: GetNewDoubleValue(null, currentThickness.Top, newThickness.Top, propertyValueAction); 1235/*top:*/((Thickness)value).Top,
System\Windows\Documents\TextRangeEditTables.cs (1)
1292double borderBottom = rowIndex + cell.RowSpan < rowCount ? 0.0 : border.Top;
System\Windows\FrameworkElement.cs (4)
4316double marginHeight = margin.Top + margin.Bottom; 4566double marginHeight = margin.Top + margin.Bottom; 4773offset.Y += finalRect.Y + margin.Top; 4925double marginHeight = margin.Top + margin.Bottom;
System\Windows\Input\KeyboardNavigation.cs (2)
2386double y = -deflateThickness.Top; 2388double height = uiElement.RenderSize.Height + deflateThickness.Top + deflateThickness.Bottom;
System\Windows\Shell\WindowChromeWorker.cs (8)
309templateFixupMargin.Top -= SystemParameters.WindowResizeBorderThickness.Top; 417rcClientArea.Top += (int)windowResizeBorderThicknessDevice.Top; 977deviceGlassThickness.Top -= windowResizeBorderThicknessDevice.Top; 978deviceGlassThickness.Top = Math.Max(0, deviceGlassThickness.Top); 1002cyTopHeight = (int)Math.Ceiling(deviceGlassThickness.Top), 1029if (mousePosition.Y >= windowPosition.Top && mousePosition.Y < windowPosition.Top + _chromeInfo.ResizeBorderThickness.Top + _chromeInfo.CaptionHeight) 1031onResizeBorder = (mousePosition.Y < (windowPosition.Top + _chromeInfo.ResizeBorderThickness.Top)); 1084resizeBorderThickness.Top + captionHeight);
System\Windows\Standard\DpiHelper.cs (1)
75Point topLeft = LogicalPixelsToDevice(new Point(logicalThickness.Left, logicalThickness.Top), dpiScaleX, dpiScaleY);
System\Windows\Standard\Utilities.cs (1)
249if (!IsDoubleFiniteAndNonNegative(thickness.Top))
System\Windows\Thickness.cs (8)
123&& DoubleUtil.IsZero(Top) 133return DoubleUtil.AreClose(Left, Top) 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)) 191&& DoubleUtil.AreClose(Top, thickness.Top)
System\Windows\ThicknessConverter.cs (2)
132return new InstanceDescriptor(ci, new object[] { thickness.Left, thickness.Top, thickness.Right, thickness.Bottom }); 169LengthConverter.FormatLengthAsString(th.Top, ref handler);
System\Windows\Window.cs (2)
6680|| margin.Top + margin.Bottom >= logicalClientRc.Height) 6688LogicalToDeviceUnits(new Point(margin.Left, margin.Top)),
PresentationFramework.Aero (13)
Microsoft\Windows\Themes\ListBoxChrome.cs (9)
210double borderY = border.Top + border.Bottom; 271double borderY = border.Top + border.Bottom; 286childArrangeRect.Y = border.Top; 309double borderY = border.Top + border.Bottom; 317border.Top == 1.0 && border.Bottom == 1.0; 326bounds.Top + border.Top, 341bounds.Top + border.Top + innerBorderThickness, 490StartPoint = new Point(bounds.Left + thickness.Left, bounds.Top + thickness.Top) 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 (4)
198childHeight = Math.Max(0.0, childHeight - padding.Top - padding.Bottom); 205return new Size(desiredSize.Width + padding.Left + padding.Right, desiredSize.Height + padding.Top + padding.Bottom); 234double childHeight = Math.Max(0.0, arrangeSize.Height - padding.Top - padding.Bottom); 236child.Arrange(new Rect(padding.Left, padding.Top, childWidth, childHeight));
PresentationFramework.Aero2 (13)
Microsoft\Windows\Themes\ListBoxChrome.cs (9)
210double borderY = border.Top + border.Bottom; 271double borderY = border.Top + border.Bottom; 286childArrangeRect.Y = border.Top; 309double borderY = border.Top + border.Bottom; 317border.Top == 1.0 && border.Bottom == 1.0; 326bounds.Top + border.Top, 341bounds.Top + border.Top + innerBorderThickness, 490StartPoint = new Point(bounds.Left + thickness.Left, bounds.Top + thickness.Top) 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 (4)
198childHeight = Math.Max(0.0, childHeight - padding.Top - padding.Bottom); 205return new Size(desiredSize.Width + padding.Left + padding.Right, desiredSize.Height + padding.Top + padding.Bottom); 234double childHeight = Math.Max(0.0, arrangeSize.Height - padding.Top - padding.Bottom); 236child.Arrange(new Rect(padding.Left, padding.Top, childWidth, childHeight));
PresentationFramework.AeroLite (4)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (4)
198childHeight = Math.Max(0.0, childHeight - padding.Top - padding.Bottom); 205return new Size(desiredSize.Width + padding.Left + padding.Right, desiredSize.Height + padding.Top + padding.Bottom); 234double childHeight = Math.Max(0.0, arrangeSize.Height - padding.Top - padding.Bottom); 236child.Arrange(new Rect(padding.Left, padding.Top, childWidth, childHeight));
PresentationFramework.Classic (28)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (24)
572thickness.Top >= 0 && !double.IsPositiveInfinity(thickness.Top) && 594return new Size(th.Left + th.Right, th.Top + th.Bottom); 601rt.Top + thick.Top, 603Math.Max(0.0, rt.Height - thick.Top - thick.Bottom)); 713double borderHeight = border.Top + border.Bottom; 719childArrangeRect.Y = border.Top; 743return new Thickness(t.Left * s, t.Top * s, t.Right * s, t.Bottom * s); 850yLines = GetPixelSnappingGuidelines(height, singleThickness.Top, singleThickness.Bottom, (int)classicThickness); 952if (borderThickness.Top > 0.0) 954dc.DrawRectangle(borderBrush, null, new Rect(bounds.Left, bounds.Top, bounds.Width, borderThickness.Top)); 987DrawBorder(highlight, new Thickness(singleThickness.Left, singleThickness.Top, 0, 0), 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)) 1035if (bounds.Height < singleThickness.Top + singleThickness.Bottom) 1038dc.DrawRectangle(DarkBrush, null, new Rect(bounds.Left, bounds.Top, bounds.Width, singleThickness.Top)); 1041bounds.Y += singleThickness.Top; 1042bounds.Height -= singleThickness.Top + singleThickness.Bottom; 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 (4)
198childHeight = Math.Max(0.0, childHeight - padding.Top - padding.Bottom); 205return new Size(desiredSize.Width + padding.Left + padding.Right, desiredSize.Height + padding.Top + padding.Bottom); 234double childHeight = Math.Max(0.0, arrangeSize.Height - padding.Top - padding.Bottom); 236child.Arrange(new Rect(padding.Left, padding.Top, childWidth, childHeight));
PresentationFramework.Luna (12)
Microsoft\Windows\Themes\ScrollChrome.cs (2)
238totalPadding = padding.Top + padding.Bottom; 245bounds.Y += padding.Top;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (6)
187double borderY = isRound ? 2.0 : thickness.Top + thickness.Bottom; 202thickness.Top == 1.0 && thickness.Bottom == 1.0; 212thickness.Top, 214Math.Max(0, bounds.Height - thickness.Top - thickness.Bottom)); 454rt.Top + thick.Top, 456Math.Max(0.0, rt.Height - thick.Top - thick.Bottom));
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (4)
198childHeight = Math.Max(0.0, childHeight - padding.Top - padding.Bottom); 205return new Size(desiredSize.Width + padding.Left + padding.Right, desiredSize.Height + padding.Top + padding.Bottom); 234double childHeight = Math.Max(0.0, arrangeSize.Height - padding.Top - padding.Bottom); 236child.Arrange(new Rect(padding.Left, padding.Top, childWidth, childHeight));
PresentationFramework.Royale (12)
Microsoft\Windows\Themes\ScrollChrome.cs (2)
220totalPadding = padding.Top + padding.Bottom; 227bounds.Y += padding.Top;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (6)
187double borderY = isRound ? 2.0 : thickness.Top + thickness.Bottom; 202thickness.Top == 1.0 && thickness.Bottom == 1.0; 212thickness.Top, 214Math.Max(0, bounds.Height - thickness.Top - thickness.Bottom)); 454rt.Top + thick.Top, 456Math.Max(0.0, rt.Height - thick.Top - thick.Bottom));
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (4)
198childHeight = Math.Max(0.0, childHeight - padding.Top - padding.Bottom); 205return new Size(desiredSize.Width + padding.Left + padding.Right, desiredSize.Height + padding.Top + padding.Bottom); 234double childHeight = Math.Max(0.0, arrangeSize.Height - padding.Top - padding.Bottom); 236child.Arrange(new Rect(padding.Left, padding.Top, childWidth, childHeight));
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (1)
446ribbonTabHeader.Padding = new Thickness(leftPadding, ribbonTabHeader.DefaultPadding.Top, rightPadding, ribbonTabHeader.DefaultPadding.Bottom);
Microsoft\Windows\Controls\Ribbon\RibbonSplitButton.cs (1)
451PartToggleButton.BorderThickness = new Thickness(0.0, BorderThickness.Top, BorderThickness.Right, BorderThickness.Bottom);
Microsoft\Windows\Controls\Ribbon\RibbonSplitMenuItem.cs (2)
298_highlightLeftBorder.BorderThickness = new Thickness(BorderThickness.Left, BorderThickness.Top, 0.0, BorderThickness.Bottom); 303_highlightRightBorder.BorderThickness = new Thickness(0.0, BorderThickness.Top, BorderThickness.Right, BorderThickness.Bottom);
WindowsFormsIntegration (1)
System\Windows\Integration\Convert.cs (1)
301ToBoundedInt(thickness.Top),