Esempio n. 1
0
 public static void SetWrapper(this Windows.UI.Xaml.UIElement element, WindowsXamlHostBase wrapper)
 {
     if (IsDesktopWindowsXamlSourcePresent())
     {
         element.SetValue(WrapperProperty, wrapper);
     }
 }
 public static void SetWrapper(this windows.UI.Xaml.UIElement element, WindowsXamlHostBase wrapper)
 {
     element.SetValue(WrapperProperty, wrapper);
 }