27 instantiations of PointCombination
PresentationFramework (27)
System\Windows\Controls\Primitives\Popup.cs (27)
2502
if (i == 0) return new
PointCombination
(InterestPoint.BottomRight, InterestPoint.TopRight);
2503
if (i == 1) return new
PointCombination
(InterestPoint.TopRight, InterestPoint.BottomRight);
2507
if (i == 0) return new
PointCombination
(InterestPoint.BottomLeft, InterestPoint.TopLeft);
2508
if (i == 1) return new
PointCombination
(InterestPoint.TopLeft, InterestPoint.BottomLeft);
2517
if (i == 0) return new
PointCombination
(InterestPoint.TopRight, InterestPoint.BottomRight);
2518
if (i == 1) return new
PointCombination
(InterestPoint.BottomRight, InterestPoint.TopRight);
2522
if (i == 0) return new
PointCombination
(InterestPoint.TopLeft, InterestPoint.BottomLeft);
2523
if (i == 1) return new
PointCombination
(InterestPoint.BottomLeft, InterestPoint.TopLeft);
2536
if (i == 0) return new
PointCombination
(InterestPoint.TopLeft, InterestPoint.TopRight);
2537
if (i == 1) return new
PointCombination
(InterestPoint.BottomLeft, InterestPoint.BottomRight);
2538
if (i == 2) return new
PointCombination
(InterestPoint.TopRight, InterestPoint.TopLeft);
2539
if (i == 3) return new
PointCombination
(InterestPoint.BottomRight, InterestPoint.BottomLeft);
2543
if (i == 0) return new
PointCombination
(InterestPoint.TopRight, InterestPoint.TopLeft);
2544
if (i == 1) return new
PointCombination
(InterestPoint.BottomRight, InterestPoint.BottomLeft);
2545
if (i == 2) return new
PointCombination
(InterestPoint.TopLeft, InterestPoint.TopRight);
2546
if (i == 3) return new
PointCombination
(InterestPoint.BottomLeft, InterestPoint.BottomRight);
2557
if (i == 0) return new
PointCombination
(InterestPoint.TopLeft, InterestPoint.TopRight);
2558
if (i == 1) return new
PointCombination
(InterestPoint.TopLeft, InterestPoint.TopLeft);
2559
if (i == 2) return new
PointCombination
(InterestPoint.TopLeft, InterestPoint.BottomRight);
2560
if (i == 3) return new
PointCombination
(InterestPoint.TopLeft, InterestPoint.BottomLeft);
2564
if (i == 0) return new
PointCombination
(InterestPoint.TopLeft, InterestPoint.TopLeft);
2565
if (i == 1) return new
PointCombination
(InterestPoint.TopLeft, InterestPoint.TopRight);
2566
if (i == 2) return new
PointCombination
(InterestPoint.TopLeft, InterestPoint.BottomLeft);
2567
if (i == 3) return new
PointCombination
(InterestPoint.TopLeft, InterestPoint.BottomRight);
2573
return new
PointCombination
(InterestPoint.Center, InterestPoint.Center);
2579
return new
PointCombination
(InterestPoint.TopLeft, InterestPoint.TopLeft);
2582
return new
PointCombination
(InterestPoint.TopLeft, InterestPoint.TopRight);
2 references to PointCombination
PresentationFramework (2)
System\Windows\Controls\Primitives\Popup.cs (2)
2062
PointCombination
pointCombination = GetPointCombination(placement, i, out axis);
2489
private
PointCombination
GetPointCombination(PlacementMode placement, int i, out PopupPrimaryAxis axis)