Implemented interface members:
8 references to Count
PresentationFramework (8)
System\Windows\EventTrigger.cs (4)
187
for (int i=0; i<_actions.
Count
; i++)
204
return ( _actions != null && _actions.
Count
> 0 );
223
if (_routedEvent != null && _actions != null && _actions.
Count
> 0)
382
for( int j = 0; j < actions.
Count
; j++ )
System\Windows\StyleHelper.cs (2)
1118
for (int i = 0; i < eventTrigger.Actions.
Count
; i++)
4828
for (int i = 0; i < actions.
Count
; i++)
System\Windows\TriggerBase.cs (2)
67
internal bool HasEnterActions { get { return _enterActions != null && _enterActions.
Count
> 0; } }
96
internal bool HasExitActions { get { return _exitActions != null && _exitActions.
Count
> 0; } }