1 write to _exitActions
PresentationFramework (1)
System\Windows\TriggerBase.cs (1)
83
_exitActions
= new TriggerActionCollection();
6 references to _exitActions
PresentationFramework (6)
System\Windows\TriggerBase.cs (6)
81
if(
_exitActions
== null )
88
_exitActions
.Seal(this);
91
return
_exitActions
;
96
internal bool HasExitActions { get { return
_exitActions
!= null &&
_exitActions
.Count > 0; } }
254
_exitActions
?.Seal(this);