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