12 writes to BottomRight
PresentationFramework.Aero (2)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (2)
116cornerRadius.BottomRight = Math.Min(cornerRadius.BottomRight, maxRadius); 149cornerRadius.BottomRight = cornerRadius.BottomRight + ShadowDepth;
PresentationFramework.Aero2 (2)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (2)
116cornerRadius.BottomRight = Math.Min(cornerRadius.BottomRight, maxRadius); 149cornerRadius.BottomRight = cornerRadius.BottomRight + ShadowDepth;
PresentationFramework.AeroLite (2)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (2)
116cornerRadius.BottomRight = Math.Min(cornerRadius.BottomRight, maxRadius); 149cornerRadius.BottomRight = cornerRadius.BottomRight + ShadowDepth;
PresentationFramework.Classic (2)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (2)
116cornerRadius.BottomRight = Math.Min(cornerRadius.BottomRight, maxRadius); 149cornerRadius.BottomRight = cornerRadius.BottomRight + ShadowDepth;
PresentationFramework.Luna (2)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (2)
116cornerRadius.BottomRight = Math.Min(cornerRadius.BottomRight, maxRadius); 149cornerRadius.BottomRight = cornerRadius.BottomRight + ShadowDepth;
PresentationFramework.Royale (2)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (2)
116cornerRadius.BottomRight = Math.Min(cornerRadius.BottomRight, maxRadius); 149cornerRadius.BottomRight = cornerRadius.BottomRight + ShadowDepth;
107 references to BottomRight
PresentationFramework (11)
System\Windows\Controls\Border.cs (6)
627DoubleUtil.AreClose(topLeft, borderRadii.BottomRight); 958if (DoubleUtil.IsZero(radii.BottomRight)) 964RightBottom = radii.BottomRight + right; 965BottomRight = radii.BottomRight + bottom; 983RightBottom = Math.Max(0.0, radii.BottomRight - right); 984BottomRight = Math.Max(0.0, radii.BottomRight - bottom);
System\Windows\CornerRadiusConverter.cs (2)
145return new InstanceDescriptor(ci, new object[] { cr.TopLeft, cr.TopRight, cr.BottomRight, cr.BottomLeft }); 168return string.Create(cultureInfo, stackalloc char[64], $"{cr.TopLeft}{listSeparator}{cr.TopRight}{listSeparator}{cr.BottomRight}{listSeparator}{cr.BottomLeft}");
System\Windows\Shell\WindowChromeWorker.cs (2)
849double bottomRightRadius = DpiHelper.LogicalPixelsToDevice(new Point(_chromeInfo.CornerRadius.BottomRight, 0), dpi.DpiScaleX, dpi.DpiScaleY).X; 915if (!DoubleUtilities.AreClose(cornerRadius.BottomLeft, cornerRadius.BottomRight))
System\Windows\Standard\Utilities.cs (1)
289if (!IsDoubleFiniteAndNonNegative(cornerRadius.BottomRight))
PresentationFramework.Aero (16)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (16)
68return !(cr.TopLeft < 0.0 || cr.TopRight < 0.0 || cr.BottomLeft < 0.0 || cr.BottomRight < 0.0 || 69double.IsNaN(cr.TopLeft) || double.IsNaN(cr.TopRight) || double.IsNaN(cr.BottomLeft) || double.IsNaN(cr.BottomRight) || 70double.IsInfinity(cr.TopLeft) || double.IsInfinity(cr.TopRight) || double.IsInfinity(cr.BottomLeft) || double.IsInfinity(cr.BottomRight)); 116cornerRadius.BottomRight = Math.Min(cornerRadius.BottomRight, maxRadius); 132centerRight - cornerRadius.BottomRight, 139centerBottom - cornerRadius.BottomRight, 149cornerRadius.BottomRight = cornerRadius.BottomRight + ShadowDepth; 192Rect bottomRight = new Rect(guidelineSetX[4], guidelineSetY[4], cornerRadius.BottomRight, cornerRadius.BottomRight); 206cornerRadius.TopLeft == cornerRadius.BottomRight) 249if (cornerRadius.BottomRight > ShadowDepth) 405if (cornerRadius.BottomRight == 0) 407else if (cornerRadius.BottomRight == cornerRadius.TopLeft) 409else if (cornerRadius.BottomRight == cornerRadius.TopRight) 411else if (cornerRadius.BottomRight == cornerRadius.BottomLeft) 414bottomRightStops = CreateStops(c, cornerRadius.BottomRight);
PresentationFramework.Aero2 (16)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (16)
68return !(cr.TopLeft < 0.0 || cr.TopRight < 0.0 || cr.BottomLeft < 0.0 || cr.BottomRight < 0.0 || 69double.IsNaN(cr.TopLeft) || double.IsNaN(cr.TopRight) || double.IsNaN(cr.BottomLeft) || double.IsNaN(cr.BottomRight) || 70double.IsInfinity(cr.TopLeft) || double.IsInfinity(cr.TopRight) || double.IsInfinity(cr.BottomLeft) || double.IsInfinity(cr.BottomRight)); 116cornerRadius.BottomRight = Math.Min(cornerRadius.BottomRight, maxRadius); 132centerRight - cornerRadius.BottomRight, 139centerBottom - cornerRadius.BottomRight, 149cornerRadius.BottomRight = cornerRadius.BottomRight + ShadowDepth; 192Rect bottomRight = new Rect(guidelineSetX[4], guidelineSetY[4], cornerRadius.BottomRight, cornerRadius.BottomRight); 206cornerRadius.TopLeft == cornerRadius.BottomRight) 249if (cornerRadius.BottomRight > ShadowDepth) 405if (cornerRadius.BottomRight == 0) 407else if (cornerRadius.BottomRight == cornerRadius.TopLeft) 409else if (cornerRadius.BottomRight == cornerRadius.TopRight) 411else if (cornerRadius.BottomRight == cornerRadius.BottomLeft) 414bottomRightStops = CreateStops(c, cornerRadius.BottomRight);
PresentationFramework.AeroLite (16)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (16)
68return !(cr.TopLeft < 0.0 || cr.TopRight < 0.0 || cr.BottomLeft < 0.0 || cr.BottomRight < 0.0 || 69double.IsNaN(cr.TopLeft) || double.IsNaN(cr.TopRight) || double.IsNaN(cr.BottomLeft) || double.IsNaN(cr.BottomRight) || 70double.IsInfinity(cr.TopLeft) || double.IsInfinity(cr.TopRight) || double.IsInfinity(cr.BottomLeft) || double.IsInfinity(cr.BottomRight)); 116cornerRadius.BottomRight = Math.Min(cornerRadius.BottomRight, maxRadius); 132centerRight - cornerRadius.BottomRight, 139centerBottom - cornerRadius.BottomRight, 149cornerRadius.BottomRight = cornerRadius.BottomRight + ShadowDepth; 192Rect bottomRight = new Rect(guidelineSetX[4], guidelineSetY[4], cornerRadius.BottomRight, cornerRadius.BottomRight); 206cornerRadius.TopLeft == cornerRadius.BottomRight) 249if (cornerRadius.BottomRight > ShadowDepth) 405if (cornerRadius.BottomRight == 0) 407else if (cornerRadius.BottomRight == cornerRadius.TopLeft) 409else if (cornerRadius.BottomRight == cornerRadius.TopRight) 411else if (cornerRadius.BottomRight == cornerRadius.BottomLeft) 414bottomRightStops = CreateStops(c, cornerRadius.BottomRight);
PresentationFramework.Classic (16)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (16)
68return !(cr.TopLeft < 0.0 || cr.TopRight < 0.0 || cr.BottomLeft < 0.0 || cr.BottomRight < 0.0 || 69double.IsNaN(cr.TopLeft) || double.IsNaN(cr.TopRight) || double.IsNaN(cr.BottomLeft) || double.IsNaN(cr.BottomRight) || 70double.IsInfinity(cr.TopLeft) || double.IsInfinity(cr.TopRight) || double.IsInfinity(cr.BottomLeft) || double.IsInfinity(cr.BottomRight)); 116cornerRadius.BottomRight = Math.Min(cornerRadius.BottomRight, maxRadius); 132centerRight - cornerRadius.BottomRight, 139centerBottom - cornerRadius.BottomRight, 149cornerRadius.BottomRight = cornerRadius.BottomRight + ShadowDepth; 192Rect bottomRight = new Rect(guidelineSetX[4], guidelineSetY[4], cornerRadius.BottomRight, cornerRadius.BottomRight); 206cornerRadius.TopLeft == cornerRadius.BottomRight) 249if (cornerRadius.BottomRight > ShadowDepth) 405if (cornerRadius.BottomRight == 0) 407else if (cornerRadius.BottomRight == cornerRadius.TopLeft) 409else if (cornerRadius.BottomRight == cornerRadius.TopRight) 411else if (cornerRadius.BottomRight == cornerRadius.BottomLeft) 414bottomRightStops = CreateStops(c, cornerRadius.BottomRight);
PresentationFramework.Luna (16)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (16)
68return !(cr.TopLeft < 0.0 || cr.TopRight < 0.0 || cr.BottomLeft < 0.0 || cr.BottomRight < 0.0 || 69double.IsNaN(cr.TopLeft) || double.IsNaN(cr.TopRight) || double.IsNaN(cr.BottomLeft) || double.IsNaN(cr.BottomRight) || 70double.IsInfinity(cr.TopLeft) || double.IsInfinity(cr.TopRight) || double.IsInfinity(cr.BottomLeft) || double.IsInfinity(cr.BottomRight)); 116cornerRadius.BottomRight = Math.Min(cornerRadius.BottomRight, maxRadius); 132centerRight - cornerRadius.BottomRight, 139centerBottom - cornerRadius.BottomRight, 149cornerRadius.BottomRight = cornerRadius.BottomRight + ShadowDepth; 192Rect bottomRight = new Rect(guidelineSetX[4], guidelineSetY[4], cornerRadius.BottomRight, cornerRadius.BottomRight); 206cornerRadius.TopLeft == cornerRadius.BottomRight) 249if (cornerRadius.BottomRight > ShadowDepth) 405if (cornerRadius.BottomRight == 0) 407else if (cornerRadius.BottomRight == cornerRadius.TopLeft) 409else if (cornerRadius.BottomRight == cornerRadius.TopRight) 411else if (cornerRadius.BottomRight == cornerRadius.BottomLeft) 414bottomRightStops = CreateStops(c, cornerRadius.BottomRight);
PresentationFramework.Royale (16)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (16)
68return !(cr.TopLeft < 0.0 || cr.TopRight < 0.0 || cr.BottomLeft < 0.0 || cr.BottomRight < 0.0 || 69double.IsNaN(cr.TopLeft) || double.IsNaN(cr.TopRight) || double.IsNaN(cr.BottomLeft) || double.IsNaN(cr.BottomRight) || 70double.IsInfinity(cr.TopLeft) || double.IsInfinity(cr.TopRight) || double.IsInfinity(cr.BottomLeft) || double.IsInfinity(cr.BottomRight)); 116cornerRadius.BottomRight = Math.Min(cornerRadius.BottomRight, maxRadius); 132centerRight - cornerRadius.BottomRight, 139centerBottom - cornerRadius.BottomRight, 149cornerRadius.BottomRight = cornerRadius.BottomRight + ShadowDepth; 192Rect bottomRight = new Rect(guidelineSetX[4], guidelineSetY[4], cornerRadius.BottomRight, cornerRadius.BottomRight); 206cornerRadius.TopLeft == cornerRadius.BottomRight) 249if (cornerRadius.BottomRight > ShadowDepth) 405if (cornerRadius.BottomRight == 0) 407else if (cornerRadius.BottomRight == cornerRadius.TopLeft) 409else if (cornerRadius.BottomRight == cornerRadius.TopRight) 411else if (cornerRadius.BottomRight == cornerRadius.BottomLeft) 414bottomRightStops = CreateStops(c, cornerRadius.BottomRight);