2 references to HorizontalOffset
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (2)
2039
customPlacements = customCallback(childBounds.Size, targetBounds.Size, new Point(
HorizontalOffset
, VerticalOffset));
2305
Vector offset = new Vector(
HorizontalOffset
, VerticalOffset);