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