3 writes to BottomRight
PresentationFramework (3)
System\Windows\Controls\Border.cs (3)
968RightBottom = BottomRight = 0.0; 973BottomRight = radii.BottomRight + bottom; 992BottomRight = Math.Max(0.0, radii.BottomRight - bottom);
2 references to BottomRight
PresentationFramework (2)
System\Windows\Controls\Border.cs (2)
663Point rightBottom = new Point(rect.Width, rect.Height - radii.BottomRight); 685double v = (radii.TopRight) / (radii.TopRight + radii.BottomRight) * rect.Height;