1 write to _enterActions
PresentationFramework (1)
System\Windows\TriggerBase.cs (1)
53
_enterActions
= new TriggerActionCollection();
6 references to _enterActions
PresentationFramework (6)
System\Windows\TriggerBase.cs (6)
51
if(
_enterActions
== null )
58
_enterActions
.Seal(this);
61
return
_enterActions
;
66
internal bool HasEnterActions { get { return
_enterActions
!= null &&
_enterActions
.Count > 0; } }
252
_enterActions
?.Seal(this);