27 references to PointCombination
PresentationFramework (27)
System\Windows\Controls\Primitives\Popup.cs (27)
2518if (i == 0) return new PointCombination(InterestPoint.BottomRight, InterestPoint.TopRight);
2519if (i == 1) return new PointCombination(InterestPoint.TopRight, InterestPoint.BottomRight);
2523if (i == 0) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.TopLeft);
2524if (i == 1) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomLeft);
2533if (i == 0) return new PointCombination(InterestPoint.TopRight, InterestPoint.BottomRight);
2534if (i == 1) return new PointCombination(InterestPoint.BottomRight, InterestPoint.TopRight);
2538if (i == 0) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomLeft);
2539if (i == 1) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.TopLeft);
2552if (i == 0) return new PointCombination(InterestPoint.TopLeft, InterestPoint.TopRight);
2553if (i == 1) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.BottomRight);
2554if (i == 2) return new PointCombination(InterestPoint.TopRight, InterestPoint.TopLeft);
2555if (i == 3) return new PointCombination(InterestPoint.BottomRight, InterestPoint.BottomLeft);
2559if (i == 0) return new PointCombination(InterestPoint.TopRight, InterestPoint.TopLeft);
2560if (i == 1) return new PointCombination(InterestPoint.BottomRight, InterestPoint.BottomLeft);
2561if (i == 2) return new PointCombination(InterestPoint.TopLeft, InterestPoint.TopRight);
2562if (i == 3) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.BottomRight);
2573if (i == 0) return new PointCombination(InterestPoint.TopLeft, InterestPoint.TopRight);
2574if (i == 1) return new PointCombination(InterestPoint.TopLeft, InterestPoint.TopLeft);
2575if (i == 2) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomRight);
2576if (i == 3) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomLeft);
2580if (i == 0) return new PointCombination(InterestPoint.TopLeft, InterestPoint.TopLeft);
2581if (i == 1) return new PointCombination(InterestPoint.TopLeft, InterestPoint.TopRight);
2582if (i == 2) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomLeft);
2583if (i == 3) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomRight);
2589return new PointCombination(InterestPoint.Center, InterestPoint.Center);
2595return new PointCombination(InterestPoint.TopLeft, InterestPoint.TopLeft);
2598return new PointCombination(InterestPoint.TopLeft, InterestPoint.TopRight);