1 write to _isEnabled
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\FormsCheckBox.cs (1)
76 _isEnabled = value;
2 references to _isEnabled
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\FormsCheckBox.cs (2)
70 get => _isEnabled; 73 if (value == _isEnabled)