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