14 references to BottomRight
PresentationFramework (14)
System\Windows\Controls\Primitives\Popup.cs (14)
2085animateFromRight = childInterestPoint == InterestPoint.TopRight || childInterestPoint == InterestPoint.BottomRight; 2086animateFromBottom = childInterestPoint == InterestPoint.BottomLeft || childInterestPoint == InterestPoint.BottomRight; 2401SwapPoints(ref interestPoints[(int)InterestPoint.BottomLeft], ref interestPoints[(int)InterestPoint.BottomRight]); 2428points[(int)InterestPoint.BottomRight] = rect.BottomRight; 2514if (i == 0) return new PointCombination(InterestPoint.BottomRight, InterestPoint.TopRight); 2515if (i == 1) return new PointCombination(InterestPoint.TopRight, InterestPoint.BottomRight); 2529if (i == 0) return new PointCombination(InterestPoint.TopRight, InterestPoint.BottomRight); 2530if (i == 1) return new PointCombination(InterestPoint.BottomRight, InterestPoint.TopRight); 2549if (i == 1) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.BottomRight); 2551if (i == 3) return new PointCombination(InterestPoint.BottomRight, InterestPoint.BottomLeft); 2556if (i == 1) return new PointCombination(InterestPoint.BottomRight, InterestPoint.BottomLeft); 2558if (i == 3) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.BottomRight); 2571if (i == 2) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomRight); 2579if (i == 3) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomRight);