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