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