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 2346if (placement != PlacementMode.Relative && placement != PlacementMode.RelativePoint) 2488case PlacementMode.RelativePoint: 2567case PlacementMode.RelativePoint: 2612case PlacementMode.RelativePoint:
System\windows\Documents\TextEditorContextMenu.cs (1)
166contextMenu.Placement = PlacementMode.RelativePoint;