1 write to _exitActions
PresentationFramework (1)
src\Framework\System\Windows\TriggerBase.cs (1)
85_exitActions = new TriggerActionCollection();
7 references to _exitActions
PresentationFramework (7)
src\Framework\System\Windows\TriggerBase.cs (7)
83if( _exitActions == null ) 90_exitActions.Seal(this); 93return _exitActions; 98internal bool HasExitActions { get { return _exitActions != null && _exitActions.Count > 0; } } 261if( _exitActions != null ) 263_exitActions.Seal(this);