Implemented interface members:
8 references to Count
PresentationFramework (8)
System\Windows\EventTrigger.cs (4)
189for (int i=0; i<_actions.Count; i++) 206return ( _actions != null && _actions.Count > 0 ); 225if (_routedEvent != null && _actions != null && _actions.Count > 0) 384for( int j = 0; j < actions.Count; j++ )
System\Windows\StyleHelper.cs (2)
1122for (int i = 0; i < eventTrigger.Actions.Count; i++) 4828for (int i = 0; i < actions.Count; i++)
System\Windows\TriggerBase.cs (2)
72internal bool HasEnterActions { get { return _enterActions != null && _enterActions.Count > 0; } } 101internal bool HasExitActions { get { return _exitActions != null && _exitActions.Count > 0; } }