4 references to HasDropShadowProperty
PresentationFramework (4)
System\Windows\Controls\PopupControlService.cs (1)
1254o.CoerceValue(ToolTip.HasDropShadowProperty);
System\Windows\Controls\ToolTip.cs (3)
215get { return (bool)GetValue(HasDropShadowProperty); } 216set { SetValue(HasDropShadowProperty, value); } 512CoerceValue(HasDropShadowProperty);