15 references to BottomLeft
PresentationFramework (15)
System\Windows\Controls\Primitives\Popup.cs (15)
2081animateFromBottom = childInterestPoint == InterestPoint.BottomLeft || childInterestPoint == InterestPoint.BottomRight; 2176Point bottomLeft = placementTargetInterestPoints[(int)InterestPoint.BottomLeft]; 2242Point bottomLeft = placementTargetInterestPoints[(int)InterestPoint.BottomLeft]; 2396SwapPoints(ref interestPoints[(int)InterestPoint.BottomLeft], ref interestPoints[(int)InterestPoint.BottomRight]); 2422points[(int)InterestPoint.BottomLeft] = rect.BottomLeft; 2514if (i == 0) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.TopLeft); 2515if (i == 1) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomLeft); 2529if (i == 0) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomLeft); 2530if (i == 1) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.TopLeft); 2544if (i == 1) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.BottomRight); 2546if (i == 3) return new PointCombination(InterestPoint.BottomRight, InterestPoint.BottomLeft); 2551if (i == 1) return new PointCombination(InterestPoint.BottomRight, InterestPoint.BottomLeft); 2553if (i == 3) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.BottomRight); 2567if (i == 3) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomLeft); 2573if (i == 2) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomLeft);