3 writes to BottomLeft
PresentationFramework (3)
System\Windows\Controls\Border.cs (3)
976
BottomLeft
= LeftBottom = 0.0;
980
BottomLeft
= radii.BottomLeft + bottom;
992
BottomLeft
= Math.Max(0.0, radii.BottomLeft - bottom);
2 references to BottomLeft
PresentationFramework (2)
System\Windows\Controls\Border.cs (2)
665
Point leftBottom = new Point(0, rect.Height - radii.
BottomLeft
);
700
double v = (radii.TopLeft) / (radii.TopLeft + radii.
BottomLeft
) * rect.Height;