1 write to _isReadOnly
Microsoft.Maui.Controls (1)
Interactivity\TriggerBase.cs (1)
180
_isReadOnly
= value;
2 references to _isReadOnly
Microsoft.Maui.Controls (2)
Interactivity\TriggerBase.cs (2)
173
get { return
_isReadOnly
; }
176
if (
_isReadOnly
== value)