Implemented interface members:
property
Count
System.Collections.Generic.ICollection<T>.Count
property
Count
System.Collections.ICollection.Count
8 references to Count
PresentationFramework (8)
src\Framework\System\Windows\EventTrigger.cs (4)
191
for (int i=0; i<_actions.
Count
; i++)
208
return ( _actions != null && _actions.
Count
> 0 );
227
if (_routedEvent != null && _actions != null && _actions.
Count
> 0)
386
for( int j = 0; j < actions.
Count
; j++ )
src\Framework\System\Windows\StyleHelper.cs (2)
1122
for (int i = 0; i < eventTrigger.Actions.
Count
; i++)
4828
for (int i = 0; i < actions.
Count
; i++)
src\Framework\System\Windows\TriggerBase.cs (2)
69
internal bool HasEnterActions { get { return _enterActions != null && _enterActions.
Count
> 0; } }
98
internal bool HasExitActions { get { return _exitActions != null && _exitActions.
Count
> 0; } }