Implemented interface member:
property
this
System.Collections.Generic.IList<T>.this[System.Int32]
1 write to
PresentationFramework (1)
src\Framework\System\Windows\TriggerActionCollection.cs (1)
233
this
[
index] = VerifyIsTriggerAction(value);
4 references to
PresentationFramework (4)
src\Framework\System\Windows\EventTrigger.cs (2)
193
DependencyObject action = _actions
[
i] as DependencyObject;
388
actions
[
j].Invoke(_owningTriggerHost);
src\Framework\System\Windows\StyleHelper.cs (2)
1124
action = eventTrigger.Actions
[
i];
4830
TriggerAction action = actions
[
i];