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)
164if( _actions == null ) 169_actions.Owner = this; 171return _actions; 184if (_actions == null) 189for (int i=0; i<_actions.Count; i++) 191DependencyObject action = _actions[i] as DependencyObject; 206return ( _actions != null && _actions.Count > 0 ); 225if (_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.