1 write to _enterActions
PresentationFramework (1)
System\Windows\TriggerBase.cs (1)
59
_enterActions
= new TriggerActionCollection();
7 references to _enterActions
PresentationFramework (7)
System\Windows\TriggerBase.cs (7)
57
if(
_enterActions
== null )
64
_enterActions
.Seal(this);
67
return
_enterActions
;
72
internal bool HasEnterActions { get { return
_enterActions
!= null &&
_enterActions
.Count > 0; } }
256
if(
_enterActions
!= null )
258
_enterActions
.Seal(this);