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