7 references to RelativePoint
PresentationFramework (7)
MS\Internal\Documents\DocumentGridContextMenu.cs (1)
94Placement = PlacementMode.RelativePoint,
System\Windows\Controls\Primitives\Popup.cs (5)
491|| value == PlacementMode.RelativePoint 2342if (placement != PlacementMode.Relative && placement != PlacementMode.RelativePoint) 2484case PlacementMode.RelativePoint: 2563case PlacementMode.RelativePoint: 2608case PlacementMode.RelativePoint:
System\windows\Documents\TextEditorContextMenu.cs (1)
165contextMenu.Placement = PlacementMode.RelativePoint;