3 instantiations of TriggerActionCollection
PresentationFramework (3)
System\Windows\EventTrigger.cs (1)
162
_actions = new
TriggerActionCollection
System\Windows\TriggerBase.cs (2)
53
_enterActions = new
TriggerActionCollection
();
82
_exitActions = new
TriggerActionCollection
();
13 references to TriggerActionCollection
PresentationFramework (13)
System\Windows\EventTrigger.cs (3)
156
public
TriggerActionCollection
Actions
245
private
TriggerActionCollection
_actions = null;
380
TriggerActionCollection
actions = _owningTrigger.Actions;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4747
typeof(System.Windows.
TriggerActionCollection
), // type
System\Windows\StyleHelper.cs (5)
4643
TriggerActionCollection
actions;
4669
private static void InvokeActions(
TriggerActionCollection
actions,
4746
DependencyObject triggerContainer,
TriggerActionCollection
actions,
4814
DependencyObject triggerContainer,
TriggerActionCollection
actions,
6027
internal
TriggerActionCollection
TriggerActionCollection;
System\Windows\TriggerBase.cs (4)
44
public
TriggerActionCollection
EnterActions
73
public
TriggerActionCollection
ExitActions
393
private
TriggerActionCollection
_enterActions = null;
394
private
TriggerActionCollection
_exitActions = null;