15 references to BottomLeft
PresentationFramework (15)
System\Windows\Controls\Primitives\Popup.cs (15)
2087animateFromBottom = childInterestPoint == InterestPoint.BottomLeft || childInterestPoint == InterestPoint.BottomRight; 2182Point bottomLeft = placementTargetInterestPoints[(int)InterestPoint.BottomLeft]; 2248Point bottomLeft = placementTargetInterestPoints[(int)InterestPoint.BottomLeft]; 2402SwapPoints(ref interestPoints[(int)InterestPoint.BottomLeft], ref interestPoints[(int)InterestPoint.BottomRight]); 2428points[(int)InterestPoint.BottomLeft] = rect.BottomLeft; 2520if (i == 0) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.TopLeft); 2521if (i == 1) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomLeft); 2535if (i == 0) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomLeft); 2536if (i == 1) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.TopLeft); 2550if (i == 1) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.BottomRight); 2552if (i == 3) return new PointCombination(InterestPoint.BottomRight, InterestPoint.BottomLeft); 2557if (i == 1) return new PointCombination(InterestPoint.BottomRight, InterestPoint.BottomLeft); 2559if (i == 3) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.BottomRight); 2573if (i == 3) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomLeft); 2579if (i == 2) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomLeft);