示例#1
0
 public static void Set_Microsoft_UI_Xaml_Controls_TeachingTip_Target(global::Microsoft.UI.Xaml.Controls.TeachingTip obj, global::Windows.UI.Xaml.FrameworkElement value, string targetNullValue)
 {
     if (value == null && targetNullValue != null)
     {
         value = (global::Windows.UI.Xaml.FrameworkElement)global::Windows.UI.Xaml.Markup.XamlBindingHelper.ConvertValue(typeof(global::Windows.UI.Xaml.FrameworkElement), targetNullValue);
     }
     obj.Target = value;
 }
示例#2
0
            // IComponentConnector

            public void Connect(int connectionId, global::System.Object target)
            {
                switch (connectionId)
                {
                case 10:     // Screen\Register.xaml line 25
                    this.obj10 = (global::Microsoft.UI.Xaml.Controls.TeachingTip)target;
                    break;

                default:
                    break;
                }
            }