6 references to PlacementTarget
PresentationFramework (6)
src\Framework\System\Windows\Controls\Primitives\MenuBase.cs (1)
430
curr = popup.
PlacementTarget
;
src\Framework\System\Windows\Controls\Primitives\Popup.cs (5)
1356
UIElement placementTarget =
PlacementTarget
;
1438
Visual targetVisual =
PlacementTarget
;
1541
UpdatePlacementTargetRegistration(null,
PlacementTarget
);
1640
UpdatePlacementTargetRegistration(
PlacementTarget
, null);
3390
UIElement target = popup.
PlacementTarget
;