15 references to BottomLeft
PresentationFramework (15)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (15)
2086animateFromBottom = 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); 2536if (i == 0) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomLeft); 2537if (i == 1) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.TopLeft); 2552if (i == 1) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.BottomRight); 2554if (i == 3) return new PointCombination(InterestPoint.BottomRight, InterestPoint.BottomLeft); 2559if (i == 1) return new PointCombination(InterestPoint.BottomRight, InterestPoint.BottomLeft); 2561if (i == 3) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.BottomRight); 2575if (i == 3) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomLeft); 2581if (i == 2) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomLeft);