1 write to _exitActions
PresentationFramework (1)
System\Windows\TriggerBase.cs (1)
82_exitActions = new TriggerActionCollection();
6 references to _exitActions
PresentationFramework (6)
System\Windows\TriggerBase.cs (6)
80if( _exitActions == null ) 87_exitActions.Seal(this); 90return _exitActions; 95internal bool HasExitActions { get { return _exitActions != null && _exitActions.Count > 0; } } 253_exitActions?.Seal(this);