7 references to RelativePoint
PresentationFramework (7)
MS\Internal\Documents\DocumentGridContextMenu.cs (1)
95Placement = PlacementMode.RelativePoint,
System\Windows\Controls\Primitives\Popup.cs (5)
492|| value == PlacementMode.RelativePoint 2343if (placement != PlacementMode.Relative && placement != PlacementMode.RelativePoint) 2485case PlacementMode.RelativePoint: 2564case PlacementMode.RelativePoint: 2609case PlacementMode.RelativePoint:
System\windows\Documents\TextEditorContextMenu.cs (1)
166contextMenu.Placement = PlacementMode.RelativePoint;