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