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