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)
166if( _actions == null ) 171_actions.Owner = this; 173return _actions; 186if (_actions == null) 191for (int i=0; i<_actions.Count; i++) 193DependencyObject action = _actions[i] as DependencyObject; 208return ( _actions != null && _actions.Count > 0 ); 227if (_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.