1 write to _unchecked
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\FormsCheckBox.cs (1)
151
_unchecked
= CreateCheckBox(null).ImageWithRenderingMode(UIImageRenderingMode.AlwaysTemplate);
2 references to _unchecked
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\FormsCheckBox.cs (2)
150
if (
_unchecked
== null)
153
return IsChecked ? _checked :
_unchecked
;