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