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