3 writes to BottomRight
PresentationFramework (3)
System\Windows\Controls\Border.cs (3)
967
RightBottom =
BottomRight
= 0.0;
972
BottomRight
= radii.BottomRight + bottom;
991
BottomRight
= Math.Max(0.0, radii.BottomRight - bottom);
2 references to BottomRight
PresentationFramework (2)
System\Windows\Controls\Border.cs (2)
662
Point rightBottom = new Point(rect.Width, rect.Height - radii.
BottomRight
);
684
double v = (radii.TopRight) / (radii.TopRight + radii.
BottomRight
) * rect.Height;