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?