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