3 writes to RightBottom
PresentationFramework (3)
src\Framework\System\Windows\Controls\Border.cs (3)
973
RightBottom
= BottomRight = 0.0;
977
RightBottom
= radii.BottomRight + right;
996
RightBottom
= Math.Max(0.0, radii.BottomRight - right);
2 references to RightBottom
PresentationFramework (2)
src\Framework\System\Windows\Controls\Border.cs (2)
669
Point bottomRight = new Point(rect.Width - radii.
RightBottom
, rect.Height);
698
double v = (radii.LeftBottom) / (radii.LeftBottom + radii.
RightBottom
) * rect.Width;