Exemplo n.º 1
0
 private void Update_ViewModel_VideoPlayer(global::Windows.UI.Xaml.Controls.MediaPlayerElement obj, int phase)
 {
     if ((phase & ((1 << 0) | NOT_PHASED | DATA_CHANGED)) != 0)
     {
         XamlBindingSetters.Set_Windows_UI_Xaml_Controls_ContentControl_Content(this.obj9, obj, null);
     }
 }
Exemplo n.º 2
0
            // IComponentConnector

            public void Connect(int connectionId, global::System.Object target)
            {
                switch (connectionId)
                {
                case 2:     // Views\Entertainment\MediaPlayerPage.xaml line 12
                    this.obj2 = (global::Windows.UI.Xaml.Controls.MediaPlayerElement)target;
                    break;

                default:
                    break;
                }
            }
Exemplo n.º 3
0
 public static void Set_Windows_UI_Xaml_Controls_MediaPlayerElement_PosterSource(global::Windows.UI.Xaml.Controls.MediaPlayerElement obj, global::Windows.UI.Xaml.Media.ImageSource value, string targetNullValue)
 {
     if (value == null && targetNullValue != null)
     {
         value = (global::Windows.UI.Xaml.Media.ImageSource)global::Windows.UI.Xaml.Markup.XamlBindingHelper.ConvertValue(typeof(global::Windows.UI.Xaml.Media.ImageSource), targetNullValue);
     }
     obj.PosterSource = value;
 }
Exemplo n.º 4
0
 public MediaPlayerElementAutomationPeer(global::Windows.UI.Xaml.Controls.MediaPlayerElement owner) : base(owner)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Automation.Peers.MediaPlayerElementAutomationPeer", "MediaPlayerElementAutomationPeer.MediaPlayerElementAutomationPeer(MediaPlayerElement owner)");
 }