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