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 246private TriggerActionCollection _actions = null; 381TriggerActionCollection actions = _owningTrigger.Actions;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4748typeof(System.Windows.TriggerActionCollection), // type
System\Windows\StyleHelper.cs (5)
4644TriggerActionCollection actions; 4670private static void InvokeActions( TriggerActionCollection actions, 4747DependencyObject triggerContainer, TriggerActionCollection actions, 4815DependencyObject triggerContainer, TriggerActionCollection actions, 6028internal TriggerActionCollection TriggerActionCollection;
System\Windows\TriggerBase.cs (4)
45public TriggerActionCollection EnterActions 74public TriggerActionCollection ExitActions 394private TriggerActionCollection _enterActions = null; 395private TriggerActionCollection _exitActions = null;