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