27 references to PointCombination
PresentationFramework (27)
System\Windows\Controls\Primitives\Popup.cs (27)
2508if (i == 0) return new PointCombination(InterestPoint.BottomRight, InterestPoint.TopRight);
2509if (i == 1) return new PointCombination(InterestPoint.TopRight, InterestPoint.BottomRight);
2513if (i == 0) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.TopLeft);
2514if (i == 1) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomLeft);
2523if (i == 0) return new PointCombination(InterestPoint.TopRight, InterestPoint.BottomRight);
2524if (i == 1) return new PointCombination(InterestPoint.BottomRight, InterestPoint.TopRight);
2528if (i == 0) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomLeft);
2529if (i == 1) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.TopLeft);
2542if (i == 0) return new PointCombination(InterestPoint.TopLeft, InterestPoint.TopRight);
2543if (i == 1) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.BottomRight);
2544if (i == 2) return new PointCombination(InterestPoint.TopRight, InterestPoint.TopLeft);
2545if (i == 3) return new PointCombination(InterestPoint.BottomRight, InterestPoint.BottomLeft);
2549if (i == 0) return new PointCombination(InterestPoint.TopRight, InterestPoint.TopLeft);
2550if (i == 1) return new PointCombination(InterestPoint.BottomRight, InterestPoint.BottomLeft);
2551if (i == 2) return new PointCombination(InterestPoint.TopLeft, InterestPoint.TopRight);
2552if (i == 3) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.BottomRight);
2563if (i == 0) return new PointCombination(InterestPoint.TopLeft, InterestPoint.TopRight);
2564if (i == 1) return new PointCombination(InterestPoint.TopLeft, InterestPoint.TopLeft);
2565if (i == 2) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomRight);
2566if (i == 3) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomLeft);
2570if (i == 0) return new PointCombination(InterestPoint.TopLeft, InterestPoint.TopLeft);
2571if (i == 1) return new PointCombination(InterestPoint.TopLeft, InterestPoint.TopRight);
2572if (i == 2) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomLeft);
2573if (i == 3) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomRight);
2579return new PointCombination(InterestPoint.Center, InterestPoint.Center);
2585return new PointCombination(InterestPoint.TopLeft, InterestPoint.TopLeft);
2588return new PointCombination(InterestPoint.TopLeft, InterestPoint.TopRight);