1 write to _enterActions
PresentationFramework (1)
src\Framework\System\Windows\TriggerBase.cs (1)
56
_enterActions
= new TriggerActionCollection();
7 references to _enterActions
PresentationFramework (7)
src\Framework\System\Windows\TriggerBase.cs (7)
54
if(
_enterActions
== null )
61
_enterActions
.Seal(this);
64
return
_enterActions
;
69
internal bool HasEnterActions { get { return
_enterActions
!= null &&
_enterActions
.Count > 0; } }
257
if(
_enterActions
!= null )
259
_enterActions
.Seal(this);