3 writes to BottomRight
PresentationFramework (3)
System\Windows\Controls\Border.cs (3)
964
RightBottom =
BottomRight
= 0.0;
969
BottomRight
= radii.BottomRight + bottom;
988
BottomRight
= Math.Max(0.0, radii.BottomRight - bottom);
2 references to BottomRight
PresentationFramework (2)
System\Windows\Controls\Border.cs (2)
659
Point rightBottom = new Point(rect.Width, rect.Height - radii.
BottomRight
);
681
double v = (radii.TopRight) / (radii.TopRight + radii.
BottomRight
) * rect.Height;