1 write to _exitActions
PresentationFramework (1)
System\Windows\TriggerBase.cs (1)
83_exitActions = new TriggerActionCollection();
6 references to _exitActions
PresentationFramework (6)
System\Windows\TriggerBase.cs (6)
81if( _exitActions == null ) 88_exitActions.Seal(this); 91return _exitActions; 96internal bool HasExitActions { get { return _exitActions != null && _exitActions.Count > 0; } } 254_exitActions?.Seal(this);