4 references to HasExitActions
PresentationFramework (4)
System\Windows\EventTrigger.cs (1)
220if( HasEnterActions || HasExitActions )
System\Windows\Style.cs (1)
789if( trigger.HasEnterActions || trigger.HasExitActions )
System\Windows\StyleHelper.cs (2)
963if( triggerBase.HasEnterActions || triggerBase.HasExitActions ) 4571if( (!triggerBase.HasEnterActions) && (!triggerBase.HasExitActions) )