1 write to _actions
PresentationFramework (1)
System\Windows\EventTrigger.cs (1)
166
_actions
= new TriggerActionCollection();
11 references to _actions
PresentationFramework (11)
System\Windows\EventTrigger.cs (11)
164
if(
_actions
== null )
169
_actions
.Owner = this;
171
return
_actions
;
184
if (
_actions
== null)
189
for (int i=0; i<
_actions
.Count; i++)
191
DependencyObject action =
_actions
[i] as DependencyObject;
206
return (
_actions
!= null &&
_actions
.Count > 0 );
225
if (_routedEvent != null &&
_actions
!= null &&
_actions
.Count > 0)
227
_actions
.Seal(this); // TriggerActions need a link back to me to fetch the childId corresponding the sourceId string.