Esempio n. 1
0
 public static void Set_Windows_UI_Xaml_UIElement_Visibility(global::Windows.UI.Xaml.UIElement obj, global::Windows.UI.Xaml.Visibility value)
 {
     obj.Visibility = value;
 }
Esempio n. 2
0
 public global::Windows.Foundation.Rect MakeVisible(global::Windows.UI.Xaml.UIElement visual, global::Windows.Foundation.Rect rectangle)
 {
     throw new global::System.NotImplementedException("The member Rect CarouselPanel.MakeVisible(UIElement visual, Rect rectangle) is not implemented in Uno.");
 }
Esempio n. 3
0
 public static void SetPlacementTarget(global::Windows.UI.Xaml.DependencyObject element, global::Windows.UI.Xaml.UIElement value)
 {
     element.SetValue(PlacementTargetProperty, value);
 }
Esempio n. 4
0
 public void ShowAt(global::Windows.UI.Xaml.UIElement targetElement, global::Windows.Foundation.Point point)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.MenuFlyout", "void MenuFlyout.ShowAt(UIElement targetElement, Point point)");
 }
Esempio n. 5
0
 public static void Set_Windows_UI_Xaml_Controls_ParallaxView_Source(global::Windows.UI.Xaml.Controls.ParallaxView obj, global::Windows.UI.Xaml.UIElement value, string targetNullValue)
 {
     if (value == null && targetNullValue != null)
     {
         value = (global::Windows.UI.Xaml.UIElement)global::Windows.UI.Xaml.Markup.XamlBindingHelper.ConvertValue(typeof(global::Windows.UI.Xaml.UIElement), targetNullValue);
     }
     obj.Source = value;
 }
Esempio n. 6
0
 public static void SetImplicitHideAnimation(global::Windows.UI.Xaml.UIElement element, global::Windows.UI.Composition.ICompositionAnimationBase animation)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Hosting.ElementCompositionPreview", "void ElementCompositionPreview.SetImplicitHideAnimation(UIElement element, ICompositionAnimationBase animation)");
 }
Esempio n. 7
0
 public static global::Windows.UI.Composition.CompositionPropertySet GetPointerPositionPropertySet(global::Windows.UI.Xaml.UIElement targetElement)
 {
     throw new global::System.NotImplementedException("The member CompositionPropertySet ElementCompositionPreview.GetPointerPositionPropertySet(UIElement targetElement) is not implemented in Uno.");
 }
Esempio n. 8
0
 public static global::Windows.Foundation.Size GetAvailableSize(global::Windows.UI.Xaml.UIElement element)
 {
     throw new global::System.NotImplementedException("The member Size LayoutInformation.GetAvailableSize(UIElement element) is not implemented in Uno.");
 }
 public static bool GetIsExitElement(global::Windows.UI.Xaml.UIElement element)
 {
     return((bool)element.GetValue(IsExitElementProperty));
 }
Esempio n. 10
0
 public bool TryStart(global::Windows.UI.Xaml.UIElement destination)
 {
     throw new global::System.NotImplementedException("The member bool ConnectedAnimation.TryStart(UIElement destination) is not implemented in Uno.");
 }
Esempio n. 11
0
 public bool TryStart(global::Windows.UI.Xaml.UIElement destination, global::System.Collections.Generic.IEnumerable <global::Windows.UI.Xaml.UIElement> coordinatedElements)
 {
     throw new global::System.NotImplementedException("The member bool ConnectedAnimation.TryStart(UIElement destination, IEnumerable<UIElement> coordinatedElements) is not implemented in Uno.");
 }
Esempio n. 12
0
 public static void Set_Windows_UI_Xaml_UIElement_Opacity(global::Windows.UI.Xaml.UIElement obj, global::System.Double value)
 {
     obj.Opacity = value;
 }
Esempio n. 13
0
 public AutomationAnnotation(global::Windows.UI.Xaml.Automation.AnnotationType type, global::Windows.UI.Xaml.UIElement element) : base()
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Automation.AutomationAnnotation", "AutomationAnnotation.AutomationAnnotation(AnnotationType type, UIElement element)");
 }
Esempio n. 14
0
 public global::Windows.Foundation.Point GetPosition(global::Windows.UI.Xaml.UIElement relativeTo)
 {
     throw new global::System.NotImplementedException("The member Point TappedRoutedEventArgs.GetPosition(UIElement relativeTo) is not implemented in Uno.");
 }
Esempio n. 15
0
 internal Windows.Foundation.Point GetPosition(Point position, global::Windows.UI.Xaml.UIElement relativeTo)
 {
     return(ConvertPointToCoordinateSpace(position, relativeTo));
 }
 public static void SetIsExitElement(global::Windows.UI.Xaml.UIElement element, bool value)
 {
     element.SetValue(IsExitElementProperty, value);
 }
Esempio n. 17
0
 public global::Windows.Foundation.IAsyncAction RenderAsync(global::Windows.UI.Xaml.UIElement element, int scaledWidth, int scaledHeight)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction RenderTargetBitmap.RenderAsync(UIElement element, int scaledWidth, int scaledHeight) is not implemented in Uno.");
 }
Esempio n. 18
0
 public void AddPage(global::Windows.UI.Xaml.UIElement pageVisual)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Printing.PrintDocument", "void PrintDocument.AddPage(UIElement pageVisual)");
 }
Esempio n. 19
0
 public static void SetIsTranslationEnabled(global::Windows.UI.Xaml.UIElement element, bool value)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Hosting.ElementCompositionPreview", "void ElementCompositionPreview.SetIsTranslationEnabled(UIElement element, bool value)");
 }
Esempio n. 20
0
 public void SetPreviewPage(int pageNumber, global::Windows.UI.Xaml.UIElement pageVisual)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Printing.PrintDocument", "void PrintDocument.SetPreviewPage(int pageNumber, UIElement pageVisual)");
 }
Esempio n. 21
0
 public static global::Windows.UI.Composition.Visual GetElementChildVisual(global::Windows.UI.Xaml.UIElement element)
 {
     throw new global::System.NotImplementedException("The member Visual ElementCompositionPreview.GetElementChildVisual(UIElement element) is not implemented in Uno.");
 }
Esempio n. 22
0
 internal Windows.Foundation.Point GetPosition(Point position, global::Windows.UI.Xaml.UIElement relativeTo)
 {
     throw new NotSupportedException();
 }