3 writes to RightTop
PresentationFramework (3)
src\Framework\System\Windows\Controls\Border.cs (3)
964TopRight = RightTop = 0.0; 969RightTop = radii.TopRight + right; 995RightTop = Math.Max(0.0, radii.TopRight - right);
2 references to RightTop
PresentationFramework (2)
src\Framework\System\Windows\Controls\Border.cs (2)
666Point topRight = new Point(rect.Width - radii.RightTop, 0); 682double v = (radii.LeftTop) / (radii.LeftTop + radii.RightTop) * rect.Width;