1 write to _exitActions
PresentationFramework (1)
src\Framework\System\Windows\TriggerBase.cs (1)
85
_exitActions
= new TriggerActionCollection();
7 references to _exitActions
PresentationFramework (7)
src\Framework\System\Windows\TriggerBase.cs (7)
83
if(
_exitActions
== null )
90
_exitActions
.Seal(this);
93
return
_exitActions
;
98
internal bool HasExitActions { get { return
_exitActions
!= null &&
_exitActions
.Count > 0; } }
261
if(
_exitActions
!= null )
263
_exitActions
.Seal(this);