4 references to PlacementProperty
PresentationFramework (4)
System\Windows\Controls\ToolTip.cs (2)
271ToolTipService.PlacementProperty.AddOwner(typeof(ToolTip), 277return PopupControlService.CoerceProperty(d, value, ToolTipService.PlacementProperty);
System\Windows\Controls\ToolTipService.cs (2)
237return (PlacementMode)element.GetValue(PlacementProperty); 248element.SetValue(PlacementProperty, value);