3 instantiations of TriggerActionCollection
PresentationFramework (3)
System\Windows\EventTrigger.cs (1)
166_actions = new TriggerActionCollection();
System\Windows\TriggerBase.cs (2)
59_enterActions = new TriggerActionCollection(); 88_exitActions = new TriggerActionCollection();
13 references to TriggerActionCollection
PresentationFramework (13)
System\Windows\EventTrigger.cs (3)
160public TriggerActionCollection Actions 248private TriggerActionCollection _actions = null; 383TriggerActionCollection actions = _owningTrigger.Actions;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4492typeof(System.Windows.TriggerActionCollection), // type
System\Windows\StyleHelper.cs (5)
4654TriggerActionCollection actions; 4680private static void InvokeActions( TriggerActionCollection actions, 4757DependencyObject triggerContainer, TriggerActionCollection actions, 4825DependencyObject triggerContainer, TriggerActionCollection actions, 6051internal TriggerActionCollection TriggerActionCollection;
System\Windows\TriggerBase.cs (4)
50public TriggerActionCollection EnterActions 79public TriggerActionCollection ExitActions 403private TriggerActionCollection _enterActions = null; 404private TriggerActionCollection _exitActions = null;