1 write to _exitActions
PresentationFramework (1)
System\Windows\TriggerBase.cs (1)
88_exitActions = new TriggerActionCollection();
7 references to _exitActions
PresentationFramework (7)
System\Windows\TriggerBase.cs (7)
86if( _exitActions == null ) 93_exitActions.Seal(this); 96return _exitActions; 101internal bool HasExitActions { get { return _exitActions != null && _exitActions.Count > 0; } } 260if( _exitActions != null ) 262_exitActions.Seal(this);