4 references to HasDropShadowProperty
PresentationFramework (4)
System\Windows\Controls\PopupControlService.cs (1)
1264o.CoerceValue(ToolTip.HasDropShadowProperty);
System\Windows\Controls\ToolTip.cs (3)
228get { return (bool)GetValue(HasDropShadowProperty); } 229set { SetValue(HasDropShadowProperty, value); } 525CoerceValue(HasDropShadowProperty);