4 references to HasEnterActions
PresentationFramework (4)
System\Windows\EventTrigger.cs (1)
217if( HasEnterActions || HasExitActions )
System\Windows\Style.cs (1)
779if( trigger.HasEnterActions || trigger.HasExitActions )
System\Windows\StyleHelper.cs (2)
957if( triggerBase.HasEnterActions || triggerBase.HasExitActions ) 4565if( (!triggerBase.HasEnterActions) && (!triggerBase.HasExitActions) )