I need set to all app ToolTipService.ShowDurationProperty = 10000
this anwser HCL
<Style TargetType="Control">
<Setter Property="ToolTipService.ShowDuration" Value="10000"/>
</Style>
this Good. However, it must add the items to add style. You can not?
Put the following in your Application.Resources-section if you App.xaml-file:
If control is not strong enough, try it with FrameworkElement. Take care, if you define your own styles. In this case derive from this style or put the setter also there in.