8 writes to BottomRight
PresentationFramework.Aero (2)
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (2)
125cornerRadius.BottomRight = Math.Min(cornerRadius.BottomRight, maxRadius); 158cornerRadius.BottomRight = cornerRadius.BottomRight + ShadowDepth;
PresentationFramework.Classic (2)
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (2)
125cornerRadius.BottomRight = Math.Min(cornerRadius.BottomRight, maxRadius); 158cornerRadius.BottomRight = cornerRadius.BottomRight + ShadowDepth;
PresentationFramework.Luna (2)
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (2)
125cornerRadius.BottomRight = Math.Min(cornerRadius.BottomRight, maxRadius); 158cornerRadius.BottomRight = cornerRadius.BottomRight + ShadowDepth;
PresentationFramework.Royale (2)
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (2)
125cornerRadius.BottomRight = Math.Min(cornerRadius.BottomRight, maxRadius); 158cornerRadius.BottomRight = cornerRadius.BottomRight + ShadowDepth;
75 references to BottomRight
PresentationFramework (11)
src\Framework\System\Windows\Controls\Border.cs (6)
640DoubleUtil.AreClose(topLeft, borderRadii.BottomRight); 971if (DoubleUtil.IsZero(radii.BottomRight)) 977RightBottom = radii.BottomRight + right; 978BottomRight = radii.BottomRight + bottom; 996RightBottom = Math.Max(0.0, radii.BottomRight - right); 997BottomRight = Math.Max(0.0, radii.BottomRight - bottom);
src\Framework\System\Windows\CornerRadiusConverter.cs (2)
163return new InstanceDescriptor(ci, new object[] { cr.TopLeft, cr.TopRight, cr.BottomRight, cr.BottomLeft }); 196sb.Append(cr.BottomRight.ToString(cultureInfo));
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (2)
1260double bottomRightRadius = DpiHelper.LogicalPixelsToDevice(new Point(_chromeInfo.CornerRadius.BottomRight, 0), dpi.DpiScaleX, dpi.DpiScaleY).X; 1334if (!DoubleUtilities.AreClose(cornerRadius.BottomLeft, cornerRadius.BottomRight))
src\Framework\System\Windows\Standard\Utilities.cs (1)
323if (!IsDoubleFiniteAndNonNegative(cornerRadius.BottomRight))
PresentationFramework.Aero (16)
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (16)
77return !(cr.TopLeft < 0.0 || cr.TopRight < 0.0 || cr.BottomLeft < 0.0 || cr.BottomRight < 0.0 || 78double.IsNaN(cr.TopLeft) || double.IsNaN(cr.TopRight) || double.IsNaN(cr.BottomLeft) || double.IsNaN(cr.BottomRight) || 79double.IsInfinity(cr.TopLeft) || double.IsInfinity(cr.TopRight) || double.IsInfinity(cr.BottomLeft) || double.IsInfinity(cr.BottomRight)); 125cornerRadius.BottomRight = Math.Min(cornerRadius.BottomRight, maxRadius); 141centerRight - cornerRadius.BottomRight, 148centerBottom - cornerRadius.BottomRight, 158cornerRadius.BottomRight = cornerRadius.BottomRight + ShadowDepth; 201Rect bottomRight = new Rect(guidelineSetX[4], guidelineSetY[4], cornerRadius.BottomRight, cornerRadius.BottomRight); 215cornerRadius.TopLeft == cornerRadius.BottomRight) 258if (cornerRadius.BottomRight > ShadowDepth) 414if (cornerRadius.BottomRight == 0) 416else if (cornerRadius.BottomRight == cornerRadius.TopLeft) 418else if (cornerRadius.BottomRight == cornerRadius.TopRight) 420else if (cornerRadius.BottomRight == cornerRadius.BottomLeft) 423bottomRightStops = CreateStops(c, cornerRadius.BottomRight);
PresentationFramework.Classic (16)
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (16)
77return !(cr.TopLeft < 0.0 || cr.TopRight < 0.0 || cr.BottomLeft < 0.0 || cr.BottomRight < 0.0 || 78double.IsNaN(cr.TopLeft) || double.IsNaN(cr.TopRight) || double.IsNaN(cr.BottomLeft) || double.IsNaN(cr.BottomRight) || 79double.IsInfinity(cr.TopLeft) || double.IsInfinity(cr.TopRight) || double.IsInfinity(cr.BottomLeft) || double.IsInfinity(cr.BottomRight)); 125cornerRadius.BottomRight = Math.Min(cornerRadius.BottomRight, maxRadius); 141centerRight - cornerRadius.BottomRight, 148centerBottom - cornerRadius.BottomRight, 158cornerRadius.BottomRight = cornerRadius.BottomRight + ShadowDepth; 201Rect bottomRight = new Rect(guidelineSetX[4], guidelineSetY[4], cornerRadius.BottomRight, cornerRadius.BottomRight); 215cornerRadius.TopLeft == cornerRadius.BottomRight) 258if (cornerRadius.BottomRight > ShadowDepth) 414if (cornerRadius.BottomRight == 0) 416else if (cornerRadius.BottomRight == cornerRadius.TopLeft) 418else if (cornerRadius.BottomRight == cornerRadius.TopRight) 420else if (cornerRadius.BottomRight == cornerRadius.BottomLeft) 423bottomRightStops = CreateStops(c, cornerRadius.BottomRight);
PresentationFramework.Luna (16)
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (16)
77return !(cr.TopLeft < 0.0 || cr.TopRight < 0.0 || cr.BottomLeft < 0.0 || cr.BottomRight < 0.0 || 78double.IsNaN(cr.TopLeft) || double.IsNaN(cr.TopRight) || double.IsNaN(cr.BottomLeft) || double.IsNaN(cr.BottomRight) || 79double.IsInfinity(cr.TopLeft) || double.IsInfinity(cr.TopRight) || double.IsInfinity(cr.BottomLeft) || double.IsInfinity(cr.BottomRight)); 125cornerRadius.BottomRight = Math.Min(cornerRadius.BottomRight, maxRadius); 141centerRight - cornerRadius.BottomRight, 148centerBottom - cornerRadius.BottomRight, 158cornerRadius.BottomRight = cornerRadius.BottomRight + ShadowDepth; 201Rect bottomRight = new Rect(guidelineSetX[4], guidelineSetY[4], cornerRadius.BottomRight, cornerRadius.BottomRight); 215cornerRadius.TopLeft == cornerRadius.BottomRight) 258if (cornerRadius.BottomRight > ShadowDepth) 414if (cornerRadius.BottomRight == 0) 416else if (cornerRadius.BottomRight == cornerRadius.TopLeft) 418else if (cornerRadius.BottomRight == cornerRadius.TopRight) 420else if (cornerRadius.BottomRight == cornerRadius.BottomLeft) 423bottomRightStops = CreateStops(c, cornerRadius.BottomRight);
PresentationFramework.Royale (16)
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (16)
77return !(cr.TopLeft < 0.0 || cr.TopRight < 0.0 || cr.BottomLeft < 0.0 || cr.BottomRight < 0.0 || 78double.IsNaN(cr.TopLeft) || double.IsNaN(cr.TopRight) || double.IsNaN(cr.BottomLeft) || double.IsNaN(cr.BottomRight) || 79double.IsInfinity(cr.TopLeft) || double.IsInfinity(cr.TopRight) || double.IsInfinity(cr.BottomLeft) || double.IsInfinity(cr.BottomRight)); 125cornerRadius.BottomRight = Math.Min(cornerRadius.BottomRight, maxRadius); 141centerRight - cornerRadius.BottomRight, 148centerBottom - cornerRadius.BottomRight, 158cornerRadius.BottomRight = cornerRadius.BottomRight + ShadowDepth; 201Rect bottomRight = new Rect(guidelineSetX[4], guidelineSetY[4], cornerRadius.BottomRight, cornerRadius.BottomRight); 215cornerRadius.TopLeft == cornerRadius.BottomRight) 258if (cornerRadius.BottomRight > ShadowDepth) 414if (cornerRadius.BottomRight == 0) 416else if (cornerRadius.BottomRight == cornerRadius.TopLeft) 418else if (cornerRadius.BottomRight == cornerRadius.TopRight) 420else if (cornerRadius.BottomRight == cornerRadius.BottomLeft) 423bottomRightStops = CreateStops(c, cornerRadius.BottomRight);