14 references to BottomRight
PresentationFramework (14)
System\Windows\Controls\Primitives\Popup.cs (14)
2073animateFromRight = childInterestPoint == InterestPoint.TopRight || childInterestPoint == InterestPoint.BottomRight;
2074animateFromBottom = childInterestPoint == InterestPoint.BottomLeft || childInterestPoint == InterestPoint.BottomRight;
2389SwapPoints(ref interestPoints[(int)InterestPoint.BottomLeft], ref interestPoints[(int)InterestPoint.BottomRight]);
2416points[(int)InterestPoint.BottomRight] = rect.BottomRight;
2502if (i == 0) return new PointCombination(InterestPoint.BottomRight, InterestPoint.TopRight);
2503if (i == 1) return new PointCombination(InterestPoint.TopRight, InterestPoint.BottomRight);
2517if (i == 0) return new PointCombination(InterestPoint.TopRight, InterestPoint.BottomRight);
2518if (i == 1) return new PointCombination(InterestPoint.BottomRight, InterestPoint.TopRight);
2537if (i == 1) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.BottomRight);
2539if (i == 3) return new PointCombination(InterestPoint.BottomRight, InterestPoint.BottomLeft);
2544if (i == 1) return new PointCombination(InterestPoint.BottomRight, InterestPoint.BottomLeft);
2546if (i == 3) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.BottomRight);
2559if (i == 2) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomRight);
2567if (i == 3) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomRight);