3 references to TriggerActionCollection
PresentationFramework (3)
System\Windows\EventTrigger.cs (1)
162
_actions = new
TriggerActionCollection
System\Windows\TriggerBase.cs (2)
53
_enterActions = new
TriggerActionCollection
();
82
_exitActions = new
TriggerActionCollection
();