3 writes to LeftBottom
PresentationFramework (3)
src\Framework\System\Windows\Controls\Border.cs (3)
982
BottomLeft =
LeftBottom
= 0.0;
987
LeftBottom
= radii.BottomLeft + left;
999
LeftBottom
= Math.Max(0.0, radii.BottomLeft - left);
3 references to LeftBottom
PresentationFramework (3)
src\Framework\System\Windows\Controls\Border.cs (3)
670
Point bottomLeft = new Point(radii.
LeftBottom
, rect.Height);
698
double v = (radii.
LeftBottom
) / (radii.
LeftBottom
+ radii.RightBottom) * rect.Width;