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)
162
public
TriggerActionCollection
Actions
250
private
TriggerActionCollection
_actions = null;
385
TriggerActionCollection
actions = _owningTrigger.Actions;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4467
typeof(System.Windows.
TriggerActionCollection
), // type
src\Framework\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,
6051
internal
TriggerActionCollection
TriggerActionCollection;
src\Framework\System\Windows\TriggerBase.cs (4)
47
public
TriggerActionCollection
EnterActions
76
public
TriggerActionCollection
ExitActions
404
private
TriggerActionCollection
_enterActions = null;
405
private
TriggerActionCollection
_exitActions = null;