4 references to PlacementProperty
PresentationFramework (4)
System\Windows\Controls\ToolTip.cs (2)
272ToolTipService.PlacementProperty.AddOwner(typeof(ToolTip), 278return PopupControlService.CoerceProperty(d, value, ToolTipService.PlacementProperty);
System\Windows\Controls\ToolTipService.cs (2)
238return (PlacementMode)element.GetValue(PlacementProperty); 249element.SetValue(PlacementProperty, value);