3 instantiations of 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();
13 references to TriggerActionCollection
PresentationFramework (13)
System\Windows\EventTrigger.cs (3)
157public TriggerActionCollection Actions 245private TriggerActionCollection _actions = null; 380TriggerActionCollection actions = _owningTrigger.Actions;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4490typeof(System.Windows.TriggerActionCollection), // type
System\Windows\StyleHelper.cs (5)
4648TriggerActionCollection actions; 4674private static void InvokeActions( TriggerActionCollection actions, 4751DependencyObject triggerContainer, TriggerActionCollection actions, 4819DependencyObject triggerContainer, TriggerActionCollection actions, 6045internal TriggerActionCollection TriggerActionCollection;
System\Windows\TriggerBase.cs (4)
45public TriggerActionCollection EnterActions 74public TriggerActionCollection ExitActions 398private TriggerActionCollection _enterActions = null; 399private TriggerActionCollection _exitActions = null;