How can I move a WPF Popup when its anchor element moves?

I have a Popup defined like this: <Popup Name="myPopup" StaysOpen="True" Placement="Bottom" PlacementRectangle="0,20,0,20" PlacementTarget="{Binding ElementName=myPopupAncho...