14 references to BottomRight
PresentationFramework (14)
System\Windows\Controls\Primitives\Popup.cs (14)
2080animateFromRight = childInterestPoint == InterestPoint.TopRight || childInterestPoint == InterestPoint.BottomRight; 2081animateFromBottom = childInterestPoint == InterestPoint.BottomLeft || childInterestPoint == InterestPoint.BottomRight; 2396SwapPoints(ref interestPoints[(int)InterestPoint.BottomLeft], ref interestPoints[(int)InterestPoint.BottomRight]); 2423points[(int)InterestPoint.BottomRight] = rect.BottomRight; 2509if (i == 0) return new PointCombination(InterestPoint.BottomRight, InterestPoint.TopRight); 2510if (i == 1) return new PointCombination(InterestPoint.TopRight, InterestPoint.BottomRight); 2524if (i == 0) return new PointCombination(InterestPoint.TopRight, InterestPoint.BottomRight); 2525if (i == 1) return new PointCombination(InterestPoint.BottomRight, InterestPoint.TopRight); 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); 2566if (i == 2) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomRight); 2574if (i == 3) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomRight);