15 references to BottomLeft
PresentationFramework (15)
System\Windows\Controls\Primitives\Popup.cs (15)
2080animateFromBottom = childInterestPoint == InterestPoint.BottomLeft || childInterestPoint == InterestPoint.BottomRight;
2175Point bottomLeft = placementTargetInterestPoints[(int)InterestPoint.BottomLeft];
2241Point bottomLeft = placementTargetInterestPoints[(int)InterestPoint.BottomLeft];
2395SwapPoints(ref interestPoints[(int)InterestPoint.BottomLeft], ref interestPoints[(int)InterestPoint.BottomRight]);
2421points[(int)InterestPoint.BottomLeft] = rect.BottomLeft;
2513if (i == 0) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.TopLeft);
2514if (i == 1) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomLeft);
2528if (i == 0) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomLeft);
2529if (i == 1) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.TopLeft);
2543if (i == 1) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.BottomRight);
2545if (i == 3) return new PointCombination(InterestPoint.BottomRight, InterestPoint.BottomLeft);
2550if (i == 1) return new PointCombination(InterestPoint.BottomRight, InterestPoint.BottomLeft);
2552if (i == 3) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.BottomRight);
2566if (i == 3) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomLeft);
2572if (i == 2) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomLeft);