3 references to TriggerActionCollection
PresentationFramework (3)
System\Windows\EventTrigger.cs (1)
163
_actions = new
TriggerActionCollection
();
System\Windows\TriggerBase.cs (2)
54
_enterActions = new
TriggerActionCollection
();
83
_exitActions = new
TriggerActionCollection
();