2 references to Init
Microsoft.Maui.Controls.Compatibility (2)
Android\AppCompat\CheckBoxRendererBase.cs (2)
39
public CheckBoxRendererBase(Context context) : base(context) =>
Init
();
41
public CheckBoxRendererBase(Context context, int defStyleAttr) : base(context, null, defStyleAttr) =>
Init
();