Implemented interface member:
5 writes to IsReadOnly
Microsoft.Maui.Controls (5)
Interactivity\EventTrigger.cs (1)
73
((SealedList<TriggerAction>)Actions).
IsReadOnly
= true;
Interactivity\MultiCondition.cs (1)
25
((TriggerBase.SealedList<Condition>)Conditions).
IsReadOnly
= true;
Interactivity\TriggerBase.cs (3)
99
((SealedList<TriggerAction>)EnterActions).
IsReadOnly
= true;
100
((SealedList<TriggerAction>)ExitActions).
IsReadOnly
= true;
102
((SealedList<Setter>)Setters).
IsReadOnly
= true;
6 references to IsReadOnly
Microsoft.Maui.Controls (6)
Interactivity\TriggerBase.cs (6)
144
if (
IsReadOnly
)
151
if (
IsReadOnly
)
186
if (
IsReadOnly
)
208
if (
IsReadOnly
)
218
if (
IsReadOnly
)
226
if (
IsReadOnly
)