1 write to _actions
PresentationFramework (1)
System\Windows\EventTrigger.cs (1)
162_actions = new TriggerActionCollection
10 references to _actions
PresentationFramework (10)
System\Windows\EventTrigger.cs (10)
160if( _actions == null ) 168return _actions; 181if (_actions == null) 186for (int i=0; i<_actions.Count; i++) 188DependencyObject action = _actions[i] as DependencyObject; 203return ( _actions != null && _actions.Count > 0 ); 222if (_routedEvent != null && _actions != null && _actions.Count > 0) 224_actions.Seal(this); // TriggerActions need a link back to me to fetch the childId corresponding the sourceId string.