Beispiel #1
0
 public void RequestMoveAdjacentToWindow(global::Windows.UI.WindowManagement.AppWindow anchorWindow)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.WindowManagement.AppWindow", "void AppWindow.RequestMoveAdjacentToWindow(AppWindow anchorWindow)");
 }
Beispiel #2
0
 public void RequestMoveRelativeToWindowContent(global::Windows.UI.WindowManagement.AppWindow anchorWindow, global::Windows.Foundation.Point contentOffset)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.WindowManagement.AppWindow", "void AppWindow.RequestMoveRelativeToWindowContent(AppWindow anchorWindow, Point contentOffset)");
 }
Beispiel #3
0
 public static global::Windows.UI.Xaml.UIElement GetAppWindowContent(global::Windows.UI.WindowManagement.AppWindow appWindow)
 {
     throw new global::System.NotImplementedException("The member UIElement ElementCompositionPreview.GetAppWindowContent(AppWindow appWindow) is not implemented in Uno.");
 }
Beispiel #4
0
 public static void SetAppWindowContent(global::Windows.UI.WindowManagement.AppWindow appWindow, global::Windows.UI.Xaml.UIElement xamlContent)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Hosting.ElementCompositionPreview", "void ElementCompositionPreview.SetAppWindowContent(AppWindow appWindow, UIElement xamlContent)");
 }
Beispiel #5
0
 public static void SetPreferredMinSize(global::Windows.UI.WindowManagement.AppWindow window, global::Windows.Foundation.Size preferredFrameMinSize)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.WindowManagement.Preview.WindowManagementPreview", "void WindowManagementPreview.SetPreferredMinSize(AppWindow window, Size preferredFrameMinSize)");
 }
Beispiel #6
0
 public static int GetIdFromWindow(global::Windows.UI.WindowManagement.AppWindow window)
 {
     throw new global::System.NotImplementedException("The member int CoreAppWindowPreview.GetIdFromWindow(AppWindow window) is not implemented in Uno.");
 }
Beispiel #7
0
 public static global::Windows.UI.Input.InputActivationListener CreateForApplicationWindow(global::Windows.UI.WindowManagement.AppWindow window)
 {
     throw new global::System.NotImplementedException("The member InputActivationListener InputActivationListenerPreview.CreateForApplicationWindow(AppWindow window) is not implemented in Uno.");
 }