1 write to _enterActions
PresentationFramework (1)
System\Windows\TriggerBase.cs (1)
54
_enterActions
= new TriggerActionCollection();
7 references to _enterActions
PresentationFramework (7)
System\Windows\TriggerBase.cs (7)
52
if(
_enterActions
== null )
59
_enterActions
.Seal(this);
62
return
_enterActions
;
67
internal bool HasEnterActions { get { return
_enterActions
!= null &&
_enterActions
.Count > 0; } }
253
if(
_enterActions
!= null )
255
_enterActions
.Seal(this);