1 write to _actions
PresentationFramework (1)
System\Windows\EventTrigger.cs (1)
163
_actions
= new TriggerActionCollection
10 references to _actions
PresentationFramework (10)
System\Windows\EventTrigger.cs (10)
161
if(
_actions
== null )
169
return
_actions
;
182
if (
_actions
== null)
187
for (int i=0; i<
_actions
.Count; i++)
189
DependencyObject action =
_actions
[i] as DependencyObject;
204
return (
_actions
!= null &&
_actions
.Count > 0 );
223
if (_routedEvent != null &&
_actions
!= null &&
_actions
.Count > 0)
225
_actions
.Seal(this); // TriggerActions need a link back to me to fetch the childId corresponding the sourceId string.