5 instantiations of CustomPopupPlacement
PresentationFramework (4)
src\Framework\System\Windows\Controls\Slider.cs (4)
946
return new CustomPopupPlacement[]{new
CustomPopupPlacement
(
955
new
CustomPopupPlacement
(
966
new
CustomPopupPlacement
(
976
new
CustomPopupPlacement
(
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\PropertyContainerPopupHelper.cs (1)
71
return new CustomPopupPlacement[] { new
CustomPopupPlacement
(new Point(targetSize.Width - popupSize.Width, targetSize.Height), PopupPrimaryAxis.Horizontal) };
17 references to CustomPopupPlacement
PresentationFramework (15)
src\Framework\System\Windows\Controls\Primitives\CustomPopupPlacement.cs (7)
59
public static bool operator==(
CustomPopupPlacement
placement1,
CustomPopupPlacement
placement2)
70
public static bool operator !=(
CustomPopupPlacement
placement1,
CustomPopupPlacement
placement2)
82
if (o is
CustomPopupPlacement
)
84
CustomPopupPlacement
placement = (
CustomPopupPlacement
)o;
src\Framework\System\Windows\Controls\Primitives\CustomPopupPlacementCallback.cs (1)
17
public delegate
CustomPopupPlacement
[] CustomPopupPlacementCallback(Size popupSize, Size targetSize, Point offset);
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
2031
CustomPopupPlacement
[] customPlacements = null;
src\Framework\System\Windows\Controls\Slider.cs (6)
938
private
CustomPopupPlacement
[] AutoToolTipCustomPlacementCallback(Size popupSize, Size targetSize, Point offset)
946
return new
CustomPopupPlacement
[]{new CustomPopupPlacement(
954
return new
CustomPopupPlacement
[] {
965
return new
CustomPopupPlacement
[] {
975
return new
CustomPopupPlacement
[] {
983
return new
CustomPopupPlacement
[]{};
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\PropertyContainerPopupHelper.cs (2)
69
public static
CustomPopupPlacement
[] RightAlignedPopupPlacementCallback(Size popupSize, Size targetSize, Point offset)
71
return new
CustomPopupPlacement
[] { new CustomPopupPlacement(new Point(targetSize.Width - popupSize.Width, targetSize.Height), PopupPrimaryAxis.Horizontal) };