15 references to BottomLeft
PresentationFramework (15)
System\Windows\Controls\Primitives\Popup.cs (15)
2090animateFromBottom = childInterestPoint == InterestPoint.BottomLeft || childInterestPoint == InterestPoint.BottomRight; 2185Point bottomLeft = placementTargetInterestPoints[(int)InterestPoint.BottomLeft]; 2251Point bottomLeft = placementTargetInterestPoints[(int)InterestPoint.BottomLeft]; 2405SwapPoints(ref interestPoints[(int)InterestPoint.BottomLeft], ref interestPoints[(int)InterestPoint.BottomRight]); 2431points[(int)InterestPoint.BottomLeft] = rect.BottomLeft; 2523if (i == 0) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.TopLeft); 2524if (i == 1) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomLeft); 2538if (i == 0) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomLeft); 2539if (i == 1) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.TopLeft); 2553if (i == 1) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.BottomRight); 2555if (i == 3) return new PointCombination(InterestPoint.BottomRight, InterestPoint.BottomLeft); 2560if (i == 1) return new PointCombination(InterestPoint.BottomRight, InterestPoint.BottomLeft); 2562if (i == 3) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.BottomRight); 2576if (i == 3) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomLeft); 2582if (i == 2) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomLeft);