8 writes to BottomLeft
PresentationFramework.Aero (2)
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (2)
124cornerRadius.BottomLeft = Math.Min(cornerRadius.BottomLeft, maxRadius); 157cornerRadius.BottomLeft = cornerRadius.BottomLeft + ShadowDepth;
PresentationFramework.Classic (2)
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (2)
124cornerRadius.BottomLeft = Math.Min(cornerRadius.BottomLeft, maxRadius); 157cornerRadius.BottomLeft = cornerRadius.BottomLeft + ShadowDepth;
PresentationFramework.Luna (2)
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (2)
124cornerRadius.BottomLeft = Math.Min(cornerRadius.BottomLeft, maxRadius); 157cornerRadius.BottomLeft = cornerRadius.BottomLeft + ShadowDepth;
PresentationFramework.Royale (2)
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (2)
124cornerRadius.BottomLeft = Math.Min(cornerRadius.BottomLeft, maxRadius); 157cornerRadius.BottomLeft = cornerRadius.BottomLeft + ShadowDepth;
76 references to BottomLeft
PresentationFramework (12)
src\Framework\System\Windows\Controls\Border.cs (6)
639DoubleUtil.AreClose(topLeft, borderRadii.BottomLeft) && 980if (DoubleUtil.IsZero(radii.BottomLeft)) 986BottomLeft = radii.BottomLeft + bottom; 987LeftBottom = radii.BottomLeft + left; 998BottomLeft = Math.Max(0.0, radii.BottomLeft - bottom); 999LeftBottom = Math.Max(0.0, radii.BottomLeft - left);
src\Framework\System\Windows\CornerRadiusConverter.cs (2)
163return new InstanceDescriptor(ci, new object[] { cr.TopLeft, cr.TopRight, cr.BottomRight, cr.BottomLeft }); 198sb.Append(cr.BottomLeft.ToString(cultureInfo));
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (3)
1252double bottomLeftRadius = DpiHelper.LogicalPixelsToDevice(new Point(_chromeInfo.CornerRadius.BottomLeft, 0), dpi.DpiScaleX, dpi.DpiScaleY).X; 1334if (!DoubleUtilities.AreClose(cornerRadius.BottomLeft, cornerRadius.BottomRight)) 1344if (!DoubleUtilities.AreClose(cornerRadius.BottomLeft, cornerRadius.TopRight))
src\Framework\System\Windows\Standard\Utilities.cs (1)
318if (!IsDoubleFiniteAndNonNegative(cornerRadius.BottomLeft))
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)); 124cornerRadius.BottomLeft = Math.Min(cornerRadius.BottomLeft, maxRadius); 140centerLeft + cornerRadius.BottomLeft, 147centerBottom - cornerRadius.BottomLeft, 157cornerRadius.BottomLeft = cornerRadius.BottomLeft + ShadowDepth; 191Rect bottomLeft = new Rect(shadowBounds.Left, guidelineSetY[3], cornerRadius.BottomLeft, cornerRadius.BottomLeft); 214cornerRadius.TopLeft == cornerRadius.BottomLeft && 247if (cornerRadius.BottomLeft > ShadowDepth) 395if (cornerRadius.BottomLeft == 0) 397else if (cornerRadius.BottomLeft == cornerRadius.TopLeft) 399else if (cornerRadius.BottomLeft == cornerRadius.TopRight) 402bottomLeftStops = CreateStops(c, cornerRadius.BottomLeft); 420else if (cornerRadius.BottomRight == cornerRadius.BottomLeft)
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)); 124cornerRadius.BottomLeft = Math.Min(cornerRadius.BottomLeft, maxRadius); 140centerLeft + cornerRadius.BottomLeft, 147centerBottom - cornerRadius.BottomLeft, 157cornerRadius.BottomLeft = cornerRadius.BottomLeft + ShadowDepth; 191Rect bottomLeft = new Rect(shadowBounds.Left, guidelineSetY[3], cornerRadius.BottomLeft, cornerRadius.BottomLeft); 214cornerRadius.TopLeft == cornerRadius.BottomLeft && 247if (cornerRadius.BottomLeft > ShadowDepth) 395if (cornerRadius.BottomLeft == 0) 397else if (cornerRadius.BottomLeft == cornerRadius.TopLeft) 399else if (cornerRadius.BottomLeft == cornerRadius.TopRight) 402bottomLeftStops = CreateStops(c, cornerRadius.BottomLeft); 420else if (cornerRadius.BottomRight == cornerRadius.BottomLeft)
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)); 124cornerRadius.BottomLeft = Math.Min(cornerRadius.BottomLeft, maxRadius); 140centerLeft + cornerRadius.BottomLeft, 147centerBottom - cornerRadius.BottomLeft, 157cornerRadius.BottomLeft = cornerRadius.BottomLeft + ShadowDepth; 191Rect bottomLeft = new Rect(shadowBounds.Left, guidelineSetY[3], cornerRadius.BottomLeft, cornerRadius.BottomLeft); 214cornerRadius.TopLeft == cornerRadius.BottomLeft && 247if (cornerRadius.BottomLeft > ShadowDepth) 395if (cornerRadius.BottomLeft == 0) 397else if (cornerRadius.BottomLeft == cornerRadius.TopLeft) 399else if (cornerRadius.BottomLeft == cornerRadius.TopRight) 402bottomLeftStops = CreateStops(c, cornerRadius.BottomLeft); 420else if (cornerRadius.BottomRight == cornerRadius.BottomLeft)
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)); 124cornerRadius.BottomLeft = Math.Min(cornerRadius.BottomLeft, maxRadius); 140centerLeft + cornerRadius.BottomLeft, 147centerBottom - cornerRadius.BottomLeft, 157cornerRadius.BottomLeft = cornerRadius.BottomLeft + ShadowDepth; 191Rect bottomLeft = new Rect(shadowBounds.Left, guidelineSetY[3], cornerRadius.BottomLeft, cornerRadius.BottomLeft); 214cornerRadius.TopLeft == cornerRadius.BottomLeft && 247if (cornerRadius.BottomLeft > ShadowDepth) 395if (cornerRadius.BottomLeft == 0) 397else if (cornerRadius.BottomLeft == cornerRadius.TopLeft) 399else if (cornerRadius.BottomLeft == cornerRadius.TopRight) 402bottomLeftStops = CreateStops(c, cornerRadius.BottomLeft); 420else if (cornerRadius.BottomRight == cornerRadius.BottomLeft)