1 write to _exitActions
PresentationFramework (1)
System\Windows\TriggerBase.cs (1)
82
_exitActions
= new TriggerActionCollection();
6 references to _exitActions
PresentationFramework (6)
System\Windows\TriggerBase.cs (6)
80
if(
_exitActions
== null )
87
_exitActions
.Seal(this);
90
return
_exitActions
;
95
internal bool HasExitActions { get { return
_exitActions
!= null &&
_exitActions
.Count > 0; } }
253
_exitActions
?.Seal(this);