1 write to _exitActions
PresentationFramework (1)
System\Windows\TriggerBase.cs (1)
88
_exitActions
= new TriggerActionCollection();
7 references to _exitActions
PresentationFramework (7)
System\Windows\TriggerBase.cs (7)
86
if(
_exitActions
== null )
93
_exitActions
.Seal(this);
96
return
_exitActions
;
101
internal bool HasExitActions { get { return
_exitActions
!= null &&
_exitActions
.Count > 0; } }
260
if(
_exitActions
!= null )
262
_exitActions
.Seal(this);