4 references to HasEnterActions
PresentationFramework (4)
System\Windows\EventTrigger.cs (1)
218
if(
HasEnterActions
|| HasExitActions )
System\Windows\Style.cs (1)
763
if( trigger.
HasEnterActions
|| trigger.HasExitActions )
System\Windows\StyleHelper.cs (2)
955
if( triggerBase.
HasEnterActions
|| triggerBase.HasExitActions )
4561
if( (!triggerBase.
HasEnterActions
) && (!triggerBase.HasExitActions) )