3 writes to LeftBottom
PresentationFramework (3)
System\Windows\Controls\Border.cs (3)
973BottomLeft = LeftBottom = 0.0; 978LeftBottom = radii.BottomLeft + left; 990LeftBottom = Math.Max(0.0, radii.BottomLeft - left);
3 references to LeftBottom
PresentationFramework (3)
System\Windows\Controls\Border.cs (3)
661Point bottomLeft = new Point(radii.LeftBottom, rect.Height); 689double v = (radii.LeftBottom) / (radii.LeftBottom + radii.RightBottom) * rect.Width;