public static void Set_Microsoft_UI_Xaml_Controls_TextBlock_Text(global::Microsoft.UI.Xaml.Controls.TextBlock obj, global::System.String value, string targetNullValue)
 {
     if (value == null && targetNullValue != null)
     {
         value = targetNullValue;
     }
     obj.Text = value ?? global::System.String.Empty;
 }
            // IComponentConnector

            public void Connect(int connectionId, global::System.Object target)
            {
                switch (connectionId)
                {
                case 3:     // Views\SettingsPage.xaml line 58
                    this.obj3 = target.As <Microsoft.UI.Xaml.Controls.TextBlock>();
                    break;

                case 4:     // Views\SettingsPage.xaml line 22
                    this.obj4 = target.As <Microsoft.UI.Xaml.Controls.RadioButton>();
                    break;

                case 5:     // Views\SettingsPage.xaml line 32
                    this.obj5 = target.As <Microsoft.UI.Xaml.Controls.RadioButton>();
                    break;

                case 6:     // Views\SettingsPage.xaml line 42
                    this.obj6 = target.As <Microsoft.UI.Xaml.Controls.RadioButton>();
                    break;

                default:
                    break;
                }
            }