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