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