1 write to _isEnabled
Microsoft.Maui (1)
Platform\iOS\MauiCheckBox.cs (1)
80
_isEnabled
= value;
2 references to _isEnabled
Microsoft.Maui (2)
Platform\iOS\MauiCheckBox.cs (2)
74
get =>
_isEnabled
;
77
if (value ==
_isEnabled
)