3 writes to LeftBottom
PresentationFramework (3)
System\Windows\Controls\Border.cs (3)
976
BottomLeft =
LeftBottom
= 0.0;
981
LeftBottom
= radii.BottomLeft + left;
993
LeftBottom
= Math.Max(0.0, radii.BottomLeft - left);
3 references to LeftBottom
PresentationFramework (3)
System\Windows\Controls\Border.cs (3)
664
Point bottomLeft = new Point(radii.
LeftBottom
, rect.Height);
692
double v = (radii.
LeftBottom
) / (radii.
LeftBottom
+ radii.RightBottom) * rect.Width;