3 instantiations of 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();
13 references to TriggerActionCollection
PresentationFramework (13)
System\Windows\EventTrigger.cs (3)
156public TriggerActionCollection Actions 245private TriggerActionCollection _actions = null; 380TriggerActionCollection actions = _owningTrigger.Actions;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4747typeof(System.Windows.TriggerActionCollection), // type
System\Windows\StyleHelper.cs (5)
4643TriggerActionCollection actions; 4669private static void InvokeActions( TriggerActionCollection actions, 4746DependencyObject triggerContainer, TriggerActionCollection actions, 4814DependencyObject triggerContainer, TriggerActionCollection actions, 6027internal TriggerActionCollection TriggerActionCollection;
System\Windows\TriggerBase.cs (4)
44public TriggerActionCollection EnterActions 73public TriggerActionCollection ExitActions 393private TriggerActionCollection _enterActions = null; 394private TriggerActionCollection _exitActions = null;