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