1 write to _enterActions
PresentationFramework (1)
System\Windows\TriggerBase.cs (1)
53_enterActions = new TriggerActionCollection();
6 references to _enterActions
PresentationFramework (6)
System\Windows\TriggerBase.cs (6)
51if( _enterActions == null ) 58_enterActions.Seal(this); 61return _enterActions; 66internal bool HasEnterActions { get { return _enterActions != null && _enterActions.Count > 0; } } 252_enterActions?.Seal(this);