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