27 instantiations of PointCombination
PresentationFramework (27)
System\Windows\Controls\Primitives\Popup.cs (27)
2509
if (i == 0) return new
PointCombination
(InterestPoint.BottomRight, InterestPoint.TopRight);
2510
if (i == 1) return new
PointCombination
(InterestPoint.TopRight, InterestPoint.BottomRight);
2514
if (i == 0) return new
PointCombination
(InterestPoint.BottomLeft, InterestPoint.TopLeft);
2515
if (i == 1) return new
PointCombination
(InterestPoint.TopLeft, InterestPoint.BottomLeft);
2524
if (i == 0) return new
PointCombination
(InterestPoint.TopRight, InterestPoint.BottomRight);
2525
if (i == 1) return new
PointCombination
(InterestPoint.BottomRight, InterestPoint.TopRight);
2529
if (i == 0) return new
PointCombination
(InterestPoint.TopLeft, InterestPoint.BottomLeft);
2530
if (i == 1) return new
PointCombination
(InterestPoint.BottomLeft, InterestPoint.TopLeft);
2543
if (i == 0) return new
PointCombination
(InterestPoint.TopLeft, InterestPoint.TopRight);
2544
if (i == 1) return new
PointCombination
(InterestPoint.BottomLeft, InterestPoint.BottomRight);
2545
if (i == 2) return new
PointCombination
(InterestPoint.TopRight, InterestPoint.TopLeft);
2546
if (i == 3) return new
PointCombination
(InterestPoint.BottomRight, InterestPoint.BottomLeft);
2550
if (i == 0) return new
PointCombination
(InterestPoint.TopRight, InterestPoint.TopLeft);
2551
if (i == 1) return new
PointCombination
(InterestPoint.BottomRight, InterestPoint.BottomLeft);
2552
if (i == 2) return new
PointCombination
(InterestPoint.TopLeft, InterestPoint.TopRight);
2553
if (i == 3) return new
PointCombination
(InterestPoint.BottomLeft, InterestPoint.BottomRight);
2564
if (i == 0) return new
PointCombination
(InterestPoint.TopLeft, InterestPoint.TopRight);
2565
if (i == 1) return new
PointCombination
(InterestPoint.TopLeft, InterestPoint.TopLeft);
2566
if (i == 2) return new
PointCombination
(InterestPoint.TopLeft, InterestPoint.BottomRight);
2567
if (i == 3) return new
PointCombination
(InterestPoint.TopLeft, InterestPoint.BottomLeft);
2571
if (i == 0) return new
PointCombination
(InterestPoint.TopLeft, InterestPoint.TopLeft);
2572
if (i == 1) return new
PointCombination
(InterestPoint.TopLeft, InterestPoint.TopRight);
2573
if (i == 2) return new
PointCombination
(InterestPoint.TopLeft, InterestPoint.BottomLeft);
2574
if (i == 3) return new
PointCombination
(InterestPoint.TopLeft, InterestPoint.BottomRight);
2580
return new
PointCombination
(InterestPoint.Center, InterestPoint.Center);
2586
return new
PointCombination
(InterestPoint.TopLeft, InterestPoint.TopLeft);
2589
return new
PointCombination
(InterestPoint.TopLeft, InterestPoint.TopRight);
2 references to PointCombination
PresentationFramework (2)
System\Windows\Controls\Primitives\Popup.cs (2)
2069
PointCombination
pointCombination = GetPointCombination(placement, i, out axis);
2496
private
PointCombination
GetPointCombination(PlacementMode placement, int i, out PopupPrimaryAxis axis)