1 write to _enterActions
PresentationFramework (1)
System\Windows\TriggerBase.cs (1)
54_enterActions = new TriggerActionCollection();
6 references to _enterActions
PresentationFramework (6)
System\Windows\TriggerBase.cs (6)
52if( _enterActions == null ) 59_enterActions.Seal(this); 62return _enterActions; 67internal bool HasEnterActions { get { return _enterActions != null && _enterActions.Count > 0; } } 253_enterActions?.Seal(this);