27 references to PointCombination
PresentationFramework (27)
System\Windows\Controls\Primitives\Popup.cs (27)
2514if (i == 0) return new PointCombination(InterestPoint.BottomRight, InterestPoint.TopRight); 2515if (i == 1) return new PointCombination(InterestPoint.TopRight, InterestPoint.BottomRight); 2519if (i == 0) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.TopLeft); 2520if (i == 1) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomLeft); 2529if (i == 0) return new PointCombination(InterestPoint.TopRight, InterestPoint.BottomRight); 2530if (i == 1) return new PointCombination(InterestPoint.BottomRight, InterestPoint.TopRight); 2534if (i == 0) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomLeft); 2535if (i == 1) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.TopLeft); 2548if (i == 0) return new PointCombination(InterestPoint.TopLeft, InterestPoint.TopRight); 2549if (i == 1) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.BottomRight); 2550if (i == 2) return new PointCombination(InterestPoint.TopRight, InterestPoint.TopLeft); 2551if (i == 3) return new PointCombination(InterestPoint.BottomRight, InterestPoint.BottomLeft); 2555if (i == 0) return new PointCombination(InterestPoint.TopRight, InterestPoint.TopLeft); 2556if (i == 1) return new PointCombination(InterestPoint.BottomRight, InterestPoint.BottomLeft); 2557if (i == 2) return new PointCombination(InterestPoint.TopLeft, InterestPoint.TopRight); 2558if (i == 3) return new PointCombination(InterestPoint.BottomLeft, InterestPoint.BottomRight); 2569if (i == 0) return new PointCombination(InterestPoint.TopLeft, InterestPoint.TopRight); 2570if (i == 1) return new PointCombination(InterestPoint.TopLeft, InterestPoint.TopLeft); 2571if (i == 2) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomRight); 2572if (i == 3) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomLeft); 2576if (i == 0) return new PointCombination(InterestPoint.TopLeft, InterestPoint.TopLeft); 2577if (i == 1) return new PointCombination(InterestPoint.TopLeft, InterestPoint.TopRight); 2578if (i == 2) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomLeft); 2579if (i == 3) return new PointCombination(InterestPoint.TopLeft, InterestPoint.BottomRight); 2585return new PointCombination(InterestPoint.Center, InterestPoint.Center); 2591return new PointCombination(InterestPoint.TopLeft, InterestPoint.TopLeft); 2594return new PointCombination(InterestPoint.TopLeft, InterestPoint.TopRight);