3 writes to TopLeft
PresentationFramework (3)
System\Windows\Controls\Border.cs (3)
949LeftTop = TopLeft = 0.0; 954TopLeft = radii.TopLeft + top; 987TopLeft = Math.Max(0.0, radii.TopLeft - top);
4 references to TopLeft
PresentationFramework (4)
System\Windows\Controls\Border.cs (4)
601double innerCornerRadius = innerRadii.TopLeft; // Already validated that all corners have the same radius 666Point leftTop = new Point(0, radii.TopLeft); 700double v = (radii.TopLeft) / (radii.TopLeft + radii.BottomLeft) * rect.Height;