27 references to PointCombination
PresentationFramework (27)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (27)
2515if (i == 0) return new PointCombination(InterestPoint.BottomRight, InterestPoint.TopRight); 2516if (i == 1) return new PointCombination(InterestPoint.TopRight, InterestPoint.BottomRight); 2520if (i == 0) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.TopLeft); 2521if (i == 1) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomLeft); 2530if (i == 0) return new PointCombination(InterestPoint.TopRight, InterestPoint.BottomRight); 2531if (i == 1) return new PointCombination(InterestPoint.BottomRight, InterestPoint.TopRight); 2536if (i == 0) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomLeft); 2537if (i == 1) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.TopLeft); 2551if (i == 0) return new PointCombination(InterestPoint.TopLeft, InterestPoint.TopRight); 2552if (i == 1) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.BottomRight); 2553if (i == 2) return new PointCombination(InterestPoint.TopRight, InterestPoint.TopLeft); 2554if (i == 3) return new PointCombination(InterestPoint.BottomRight, InterestPoint.BottomLeft); 2558if (i == 0) return new PointCombination(InterestPoint.TopRight, InterestPoint.TopLeft); 2559if (i == 1) return new PointCombination(InterestPoint.BottomRight, InterestPoint.BottomLeft); 2560if (i == 2) return new PointCombination(InterestPoint.TopLeft, InterestPoint.TopRight); 2561if (i == 3) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.BottomRight); 2572if (i == 0) return new PointCombination(InterestPoint.TopLeft, InterestPoint.TopRight); 2573if (i == 1) return new PointCombination(InterestPoint.TopLeft, InterestPoint.TopLeft); 2574if (i == 2) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomRight); 2575if (i == 3) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomLeft); 2579if (i == 0) return new PointCombination(InterestPoint.TopLeft, InterestPoint.TopLeft); 2580if (i == 1) return new PointCombination(InterestPoint.TopLeft, InterestPoint.TopRight); 2581if (i == 2) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomLeft); 2582if (i == 3) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomRight); 2588return new PointCombination(InterestPoint.Center, InterestPoint.Center); 2594return new PointCombination(InterestPoint.TopLeft, InterestPoint.TopLeft); 2597return new PointCombination(InterestPoint.TopLeft, InterestPoint.TopRight);