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)
161if( _actions == null ) 169return _actions; 182if (_actions == null) 187for (int i=0; i<_actions.Count; i++) 189DependencyObject action = _actions[i] as DependencyObject; 204return ( _actions != null && _actions.Count > 0 ); 223if (_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.