14 references to BottomRight
PresentationFramework (14)
System\Windows\Controls\Primitives\Popup.cs (14)
2079animateFromRight = childInterestPoint == InterestPoint.TopRight || childInterestPoint == InterestPoint.BottomRight;
2080animateFromBottom = childInterestPoint == InterestPoint.BottomLeft || childInterestPoint == InterestPoint.BottomRight;
2395SwapPoints(ref interestPoints[(int)InterestPoint.BottomLeft], ref interestPoints[(int)InterestPoint.BottomRight]);
2422points[(int)InterestPoint.BottomRight] = rect.BottomRight;
2508if (i == 0) return new PointCombination(InterestPoint.BottomRight, InterestPoint.TopRight);
2509if (i == 1) return new PointCombination(InterestPoint.TopRight, InterestPoint.BottomRight);
2523if (i == 0) return new PointCombination(InterestPoint.TopRight, InterestPoint.BottomRight);
2524if (i == 1) return new PointCombination(InterestPoint.BottomRight, InterestPoint.TopRight);
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);
2565if (i == 2) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomRight);
2573if (i == 3) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomRight);