1 write to _actions
PresentationFramework (1)
System\Windows\EventTrigger.cs (1)
162
_actions
= new TriggerActionCollection
10 references to _actions
PresentationFramework (10)
System\Windows\EventTrigger.cs (10)
160
if(
_actions
== null )
168
return
_actions
;
181
if (
_actions
== null)
186
for (int i=0; i<
_actions
.Count; i++)
188
DependencyObject action =
_actions
[i] as DependencyObject;
203
return (
_actions
!= null &&
_actions
.Count > 0 );
222
if (_routedEvent != null &&
_actions
!= null &&
_actions
.Count > 0)
224
_actions
.Seal(this); // TriggerActions need a link back to me to fetch the childId corresponding the sourceId string.