1 write to _enterActions
PresentationFramework (1)
System\Windows\TriggerBase.cs (1)
59_enterActions = new TriggerActionCollection();
7 references to _enterActions
PresentationFramework (7)
System\Windows\TriggerBase.cs (7)
57if( _enterActions == null ) 64_enterActions.Seal(this); 67return _enterActions; 72internal bool HasEnterActions { get { return _enterActions != null && _enterActions.Count > 0; } } 256if( _enterActions != null ) 258_enterActions.Seal(this);