1 write to EnterActions
Microsoft.Maui.Controls (1)
Interactivity\TriggerBase.cs (1)
17
EnterActions
= new SealedList<TriggerAction>();
2 references to EnterActions
Microsoft.Maui.Controls (2)
Interactivity\TriggerBase.cs (2)
99
((SealedList<TriggerAction>)
EnterActions
).IsReadOnly = true;
117
foreach (TriggerAction action in
EnterActions
)