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
246
private
TriggerActionCollection
_actions = null;
381
TriggerActionCollection
actions = _owningTrigger.Actions;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4748
typeof(System.Windows.
TriggerActionCollection
), // type
System\Windows\StyleHelper.cs (5)
4654
TriggerActionCollection
actions;
4680
private static void InvokeActions(
TriggerActionCollection
actions,
4757
DependencyObject triggerContainer,
TriggerActionCollection
actions,
4825
DependencyObject triggerContainer,
TriggerActionCollection
actions,
6038
internal
TriggerActionCollection
TriggerActionCollection;
System\Windows\TriggerBase.cs (4)
45
public
TriggerActionCollection
EnterActions
74
public
TriggerActionCollection
ExitActions
400
private
TriggerActionCollection
_enterActions = null;
401
private
TriggerActionCollection
_exitActions = null;