1 write to ExitActions
Microsoft.Maui.Controls (1)
Interactivity\TriggerBase.cs (1)
18 ExitActions = new SealedList<TriggerAction>();
2 references to ExitActions
Microsoft.Maui.Controls (2)
Interactivity\TriggerBase.cs (2)
100 ((SealedList<TriggerAction>)ExitActions).IsReadOnly = true; 126 foreach (TriggerAction action in ExitActions)