4 references to PlacementProperty
PresentationFramework (4)
System\Windows\Controls\ToolTip.cs (2)
286ToolTipService.PlacementProperty.AddOwner(typeof(ToolTip), 292return PopupControlService.CoerceProperty(d, value, ToolTipService.PlacementProperty);
System\Windows\Controls\ToolTipService.cs (2)
243return (PlacementMode)element.GetValue(PlacementProperty); 254element.SetValue(PlacementProperty, value);