1 write to _enterActions
PresentationFramework (1)
src\Framework\System\Windows\TriggerBase.cs (1)
56_enterActions = new TriggerActionCollection();
7 references to _enterActions
PresentationFramework (7)
src\Framework\System\Windows\TriggerBase.cs (7)
54if( _enterActions == null ) 61_enterActions.Seal(this); 64return _enterActions; 69internal bool HasEnterActions { get { return _enterActions != null && _enterActions.Count > 0; } } 257if( _enterActions != null ) 259_enterActions.Seal(this);