1 instantiation of FormsCheckBox
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\CheckBoxRenderer.cs (1)
17 return new FormsCheckBox();
3 references to FormsCheckBox
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\CheckBoxRenderer.cs (2)
7 public class CheckBoxRenderer : CheckBoxRendererBase<FormsCheckBox> 15 protected override FormsCheckBox CreateNativeControl()
iOS\Renderers\CheckBoxRendererBase.cs (1)
13 where T : FormsCheckBox