3 instantiations of TriggerActionCollection
PresentationFramework (3)
src\Framework\System\Windows\EventTrigger.cs (1)
168_actions = new TriggerActionCollection();
src\Framework\System\Windows\TriggerBase.cs (2)
56_enterActions = new TriggerActionCollection(); 85_exitActions = new TriggerActionCollection();
13 references to TriggerActionCollection
PresentationFramework (13)
src\Framework\System\Windows\EventTrigger.cs (3)
162public TriggerActionCollection Actions 250private TriggerActionCollection _actions = null; 385TriggerActionCollection actions = _owningTrigger.Actions;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4467typeof(System.Windows.TriggerActionCollection), // type
src\Framework\System\Windows\StyleHelper.cs (5)
4654TriggerActionCollection actions; 4680private static void InvokeActions( TriggerActionCollection actions, 4757DependencyObject triggerContainer, TriggerActionCollection actions, 4825DependencyObject triggerContainer, TriggerActionCollection actions, 6051internal TriggerActionCollection TriggerActionCollection;
src\Framework\System\Windows\TriggerBase.cs (4)
47public TriggerActionCollection EnterActions 76public TriggerActionCollection ExitActions 404private TriggerActionCollection _enterActions = null; 405private TriggerActionCollection _exitActions = null;