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